#C99EDF

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

Shades of Wisteria #C99EDF

Tints of Wisteria #C99EDF

Color information

#C99EDF (or 0xC99EDF) is unknown color: approx Wisteria. HEX triplet: C9, 9E and DF. RGB value is (201,158,223). Sum of RGB (Red+Green+Blue) = 201+158+223=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDF is #366120. Grayscale: #B2B2B2. Windows color (decimal): -3563809 or 14655177. OLE color: 14655177.

HSL color Cylindrical-coordinate representation of color #C99EDF: hue angle of 279.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99EDF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201158223-
CMYK0.100.2900.13
HSL279.69º50.39%74.71%-
HSV(B)279.69º29.15%87.45%-
XYZ49.6342.275.34-
YUV178.27153.25144.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 158 (62.11% from 255) = 27.15%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=34.54%
G=27.15%
B=38.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011582230.100.2900.13279.6950.3974.71
HexC99EDFA1D0D118324b
Octal311236337123501543062113
Binary110010011001111011011111101011101011011000110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EDF; }

 p { color: rgb(201,158,223); }

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

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

 a { background-color: rgb(201,158,223); }

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

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

 span { border-color: rgb(201,158,223); }

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