#CC8DD7

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

Shades of Wisteria #CC8DD7

Tints of Wisteria #CC8DD7

Color information

#CC8DD7 (or 0xCC8DD7) is unknown color: approx Wisteria. HEX triplet: CC, 8D and D7. RGB value is (204,141,215). Sum of RGB (Red+Green+Blue) = 204+141+215=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DD7 is #337228. Grayscale: #A8A8A8. Windows color (decimal): -3371561 or 14126540. OLE color: 14126540.

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

Color convert

RGB204141215-
CMYK0.050.3400.16
HSL291.08º48.05%69.8%-
HSV(B)291.08º34.42%84.31%-
XYZ46.6936.7968.93-
YUV168.27154.37153.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=36.43%
G=25.18%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041412150.050.3400.16291.0848.0569.8
HexCC8DD75220101233046
Octal31421532754202044360106
Binary1100110010001101110101111011000100100001001000111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DD7; }

 p { color: rgb(204,141,215); }

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

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

 a { background-color: rgb(204,141,215); }

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

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

 span { border-color: rgb(204,141,215); }

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