#CC96D7

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

Shades of Wisteria #CC96D7

Tints of Wisteria #CC96D7

Color information

#CC96D7 (or 0xCC96D7) is unknown color: approx Wisteria. HEX triplet: CC, 96 and D7. RGB value is (204,150,215). Sum of RGB (Red+Green+Blue) = 204+150+215=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D7 is #336928. Grayscale: #ADADAD. Windows color (decimal): -3369257 or 14128844. OLE color: 14128844.

HSL color Cylindrical-coordinate representation of color #CC96D7: hue angle of 289.85º degrees, saturation: 0.45, 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 #CC96D7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204150215-
CMYK0.050.3000.16
HSL289.85º44.83%71.57%-
HSV(B)289.85º30.23%84.31%-
XYZ48.0739.5669.39-
YUV173.56151.39149.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=35.85%
G=26.36%
B=37.79%

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
Decimal2041502150.050.3000.16289.8544.8371.57
HexCC96D751E0101222d48
Octal31422632753602044255110
Binary110011001001011011010111101111100100001001000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96D7; }

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

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

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

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

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

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

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

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