#cc96da

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

Shades of Wisteria #CC96DA

Tints of Wisteria #CC96DA

Color information

#CC96DA (or 0xCC96DA) is unknown color: approx Wisteria. HEX triplet: CC, 96 and DA. RGB value is (204,150,218). Sum of RGB (Red+Green+Blue) = 204+150+218=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DA is #336925. Grayscale: #ADADAD. Windows color (decimal): -3369254 or 14325452. OLE color: 14325452.

HSL color Cylindrical-coordinate representation of color #CC96DA: hue angle of 287.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC96DA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204150218-
CMYK0.060.3100.15
HSL287.65º47.89%72.16%-
HSV(B)287.65º31.19%85.49%-
XYZ48.4639.7171.44-
YUV173.9152.89149.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=35.66%
G=26.22%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041502180.060.3100.15287.6547.8972.16
HexCC96DA61F0F1203048
Octal31422633263701744060110
Binary11001100100101101101101011011111011111001000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc96da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc96da; }

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

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

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

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

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

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

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

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