#CC97D4

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

Shades of Wisteria #CC97D4

Tints of Wisteria #CC97D4

Color information

#CC97D4 (or 0xCC97D4) is unknown color: approx Wisteria. HEX triplet: CC, 97 and D4. RGB value is (204,151,212). Sum of RGB (Red+Green+Blue) = 204+151+212=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97D4 is #33682B. Grayscale: #ADADAD. Windows color (decimal): -3369004 or 13932492. OLE color: 13932492.

HSL color Cylindrical-coordinate representation of color #CC97D4: hue angle of 292.13º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC97D4 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204151212-
CMYK0.040.2900.17
HSL292.13º41.5%71.18%-
HSV(B)292.13º28.77%83.14%-
XYZ47.8539.7267.43-
YUV173.8149.56149.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=35.98%
G=26.63%
B=37.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041512120.040.2900.17292.1341.571.18
HexCC97D441D0111242947
Octal31422732443502144451107
Binary110011001001011111010100100111010100011001001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97D4; }

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

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

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

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

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

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

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

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