Html Css Color HEX #C994EC Wisteria

📋 copy color: '#C994EC'

red 201 ◦ green 148 ◦ blue 236

#C994EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C994EC

Tints of Wisteria #C994EC

RGB

 RED value IS 201 (78.91% from 255) = 34.36%

 GREEN value IS 148 (58.2% from 255) = 25.3%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 34.36%
G = 25.3%
B = 40.34%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C994EC (or 0xC994EC) is known color: Wisteria. HEX triplet: C9, 94 and EC. RGB value is (201,148,236). Sum of RGB (Red+Green+Blue) = 201+148+236=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #C994EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994EC is #366B13. Grayscale: #ADADAD. Windows color (decimal): -3566356 or 15504585. OLE color: 15504585.

HSL color Cylindrical-coordinate representation of color #C994EC: hue angle of 276.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C994EC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 148 236 -
CMYK 0.15 0.37 0 0.07
HSL 276.14º 0.7% 0.75% -
HSV(B) 276.14º 0.37% 0.93% -
XYZ 49.82 39.65 84.39 -
YUV 173.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 201 148 236 0.15 0.37 0 0.07 276.14 0.7 0.75
Hex C9 94 EC F 25 0 7 114 46 4B
Octal 311 224 354 17 45 0 7 424 106 113
Binary 11001001 10010100 11101100 1111 100101 0 111 100010100 1000110 1001011

Color Harmonies of #C994EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994EC

Black with #C994EC

Text Example


Text Example

White with #C994EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994EC; }

 p { color: rgb(201,148,236); }

 H1.HeaderClassName
 {
   color: #C994EC;
 }
 .AnyTagClassName
 {
   color: #C994EC;
 }
</style>

background-color css

<style>
 a { background-color: #C994EC; }

 a { background-color: rgb(201,148,236); }

 div.DivClassName
 {
   background-color: #C994EC;
 }
 .BgClassName
 {
   background-color: #C994EC;
 }
</style>

border-color css

<style>
 span { border-color: #C994EC; }

 span { border-color: rgb(201,148,236); }

 td.TdClassName
 {
   border-color: #C994EC;
 }
 .TagClassName
 {
   border-color: #C994EC;
 }
</style>