#CC8CD5

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

Shades of Wisteria #CC8CD5

Tints of Wisteria #CC8CD5

Color information

#CC8CD5 (or 0xCC8CD5) is unknown color: approx Wisteria. HEX triplet: CC, 8C and D5. RGB value is (204,140,213). Sum of RGB (Red+Green+Blue) = 204+140+213=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC8CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CD5 is #33732A. Grayscale: #A7A7A7. Windows color (decimal): -3371819 or 13995212. OLE color: 13995212.

HSL color Cylindrical-coordinate representation of color #CC8CD5: hue angle of 292.6º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8CD5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204140213-
CMYK0.040.3400.16
HSL292.6º46.5%69.22%-
HSV(B)292.6º34.27%83.53%-
XYZ46.2936.467.54-
YUV167.46153.7154.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=36.62%
G=25.13%
B=38.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041402130.040.3400.16292.646.569.22
HexCC8CD54220101252e45
Octal31421432544202044556105
Binary1100110010001100110101011001000100100001001001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CD5; }

 p { color: rgb(204,140,213); }

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

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

 a { background-color: rgb(204,140,213); }

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

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

 span { border-color: rgb(204,140,213); }

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