#CC97D7

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

Shades of Wisteria #CC97D7

Tints of Wisteria #CC97D7

Color information

#CC97D7 (or 0xCC97D7) is unknown color: approx Wisteria. HEX triplet: CC, 97 and D7. RGB value is (204,151,215). Sum of RGB (Red+Green+Blue) = 204+151+215=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97D7 is #336828. Grayscale: #ADADAD. Windows color (decimal): -3369001 or 14129100. OLE color: 14129100.

HSL color Cylindrical-coordinate representation of color #CC97D7: hue angle of 289.69º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC97D7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204151215-
CMYK0.050.3000.16
HSL289.69º44.44%71.76%-
HSV(B)289.69º29.77%84.31%-
XYZ48.2339.8869.44-
YUV174.14151.06149.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 215 (84.38% from 255) = 37.72%
R=35.79%
G=26.49%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041512150.050.3000.16289.6944.4471.76
HexCC97D751E0101222c48
Octal31422732753602044254110
Binary110011001001011111010111101111100100001001000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97D7; }

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

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

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

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

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

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

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

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