#CC97DB

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

Shades of Wisteria #CC97DB

Tints of Wisteria #CC97DB

Color information

#CC97DB (or 0xCC97DB) is unknown color: approx Wisteria. HEX triplet: CC, 97 and DB. RGB value is (204,151,219). Sum of RGB (Red+Green+Blue) = 204+151+219=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DB is #336824. Grayscale: #AEAEAE. Windows color (decimal): -3368997 or 14391244. OLE color: 14391244.

HSL color Cylindrical-coordinate representation of color #CC97DB: hue angle of 286.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC97DB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204151219-
CMYK0.070.3100.14
HSL286.76º48.57%72.55%-
HSV(B)286.76º31.05%85.88%-
XYZ48.7540.0972.19-
YUV174.6153.06148.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=35.54%
G=26.31%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041512190.070.3100.14286.7648.5772.55
HexCC97DB71F0E11f3149
Octal31422733373701643761111
Binary11001100100101111101101111111111011101000111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97DB; }

 p { color: rgb(204,151,219); }

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

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

 a { background-color: rgb(204,151,219); }

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

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

 span { border-color: rgb(204,151,219); }

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