#CC95DE

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

Shades of Wisteria #CC95DE

Tints of Wisteria #CC95DE

Color information

#CC95DE (or 0xCC95DE) is unknown color: approx Wisteria. HEX triplet: CC, 95 and DE. RGB value is (204,149,222). Sum of RGB (Red+Green+Blue) = 204+149+222=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95DE is #336A21. Grayscale: #ADADAD. Windows color (decimal): -3369506 or 14587340. OLE color: 14587340.

HSL color Cylindrical-coordinate representation of color #CC95DE: hue angle of 285.21º 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 #CC95DE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204149222-
CMYK0.080.3300.13
HSL285.21º52.52%72.75%-
HSV(B)285.21º32.88%87.06%-
XYZ48.8339.6174.18-
YUV173.77155.22149.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=35.48%
G=25.91%
B=38.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041492220.080.3300.13285.2152.5272.75
HexCC95DE8210D11d3549
Octal314225336104101543565111
Binary1100110010010101110111101000100001011011000111011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95DE; }

 p { color: rgb(204,149,222); }

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

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

 a { background-color: rgb(204,149,222); }

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

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

 span { border-color: rgb(204,149,222); }

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