#CC95DD

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

Shades of Wisteria #CC95DD

Tints of Wisteria #CC95DD

Color information

#CC95DD (or 0xCC95DD) is unknown color: approx Wisteria. HEX triplet: CC, 95 and DD. RGB value is (204,149,221). Sum of RGB (Red+Green+Blue) = 204+149+221=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95DD is #336A22. Grayscale: #ADADAD. Windows color (decimal): -3369507 or 14521804. OLE color: 14521804.

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

Color convert

RGB204149221-
CMYK0.080.3300.13
HSL285.83º51.43%72.55%-
HSV(B)285.83º32.58%86.67%-
XYZ48.739.5573.47-
YUV173.65154.72149.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=35.54%
G=25.96%
B=38.50%

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
Decimal2041492210.080.3300.13285.8351.4372.55
HexCC95DD8210D11e3349
Octal314225335104101543663111
Binary1100110010010101110111011000100001011011000111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95DD; }

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

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

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

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

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

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

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

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