#CC8CD7

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

Shades of Wisteria #CC8CD7

Tints of Wisteria #CC8CD7

Color information

#CC8CD7 (or 0xCC8CD7) is unknown color: approx Wisteria. HEX triplet: CC, 8C and D7. RGB value is (204,140,215). Sum of RGB (Red+Green+Blue) = 204+140+215=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC8CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CD7 is #337328. Grayscale: #A7A7A7. Windows color (decimal): -3371817 or 14126284. OLE color: 14126284.

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

Color convert

RGB204140215-
CMYK0.050.3500.16
HSL291.2º48.39%69.61%-
HSV(B)291.2º34.88%84.31%-
XYZ46.5536.568.88-
YUV167.69154.7153.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=36.49%
G=25.04%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041402150.050.3500.16291.248.3969.61
HexCC8CD75230101233046
Octal31421432754302044360106
Binary1100110010001100110101111011000110100001001000111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CD7; }

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

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

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

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

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

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

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

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