#C994DE

Color #C994DE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C994DE

Tints of Wisteria #C994DE

Color information

#C994DE (or 0xC994DE) is unknown color: approx Wisteria. HEX triplet: C9, 94 and DE. RGB value is (201,148,222). Sum of RGB (Red+Green+Blue) = 201+148+222=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C994DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994DE is #366B21. Grayscale: #ACACAC. Windows color (decimal): -3566370 or 14587081. OLE color: 14587081.

HSL color Cylindrical-coordinate representation of color #C994DE: hue angle of 282.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C994DE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201148222-
CMYK0.090.3300.13
HSL282.97º52.86%72.55%-
HSV(B)282.97º33.33%87.06%-
XYZ47.8638.8774.09-
YUV172.28156.06148.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=35.20%
G=25.92%
B=38.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011482220.090.3300.13282.9752.8672.55
HexC994DE9210D11b3549
Octal311224336114101543365111
Binary1100100110010100110111101001100001011011000110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994DE; }

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

 H1.HeaderClassName
 {
   color: #C994DE;
 }
 .AnyTagClassName
 {
   color: #C994DE;
 }
</style>
background-color css

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

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

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

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

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

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