#CC97DE

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

Shades of Wisteria #CC97DE

Tints of Wisteria #CC97DE

Color information

#CC97DE (or 0xCC97DE) is unknown color: approx Wisteria. HEX triplet: CC, 97 and DE. RGB value is (204,151,222). Sum of RGB (Red+Green+Blue) = 204+151+222=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DE is #336821. Grayscale: #AEAEAE. Windows color (decimal): -3368994 or 14587852. OLE color: 14587852.

HSL color Cylindrical-coordinate representation of color #CC97DE: hue angle of 284.79º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC97DE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204151222-
CMYK0.080.3200.13
HSL284.79º51.82%73.14%-
HSV(B)284.79º31.98%87.06%-
XYZ49.1540.2474.28-
YUV174.94154.56148.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=35.36%
G=26.17%
B=38.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041512220.080.3200.13284.7951.8273.14
HexCC97DE8200D11d3449
Octal314227336104001543564111
Binary1100110010010111110111101000100000011011000111011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97DE; }

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

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

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

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

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

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

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

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