#CC9DF5

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

Shades of Wisteria #CC9DF5

Tints of Wisteria #CC9DF5

Color information

#CC9DF5 (or 0xCC9DF5) is unknown color: approx Wisteria. HEX triplet: CC, 9D and F5. RGB value is (204,157,245). Sum of RGB (Red+Green+Blue) = 204+157+245=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DF5 is #33620A. Grayscale: #B4B4B4. Windows color (decimal): -3367435 or 16096716. OLE color: 16096716.

HSL color Cylindrical-coordinate representation of color #CC9DF5: hue angle of 272.05º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9DF5 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204157245-
CMYK0.170.3600.04
HSL272.05º81.48%78.82%-
HSV(B)272.05º35.92%96.08%-
XYZ53.4443.5491.97-
YUV181.08164.07144.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 245 (96.09% from 255) = 40.43%
R=33.66%
G=25.91%
B=40.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041572450.170.3600.04272.0581.4878.82
HexCC9DF5112404110514f
Octal314235365214404420121117
Binary11001100100111011111010110001100100010010001000010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DF5; }

 p { color: rgb(204,157,245); }

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

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

 a { background-color: rgb(204,157,245); }

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

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

 span { border-color: rgb(204,157,245); }

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