#CC95DA

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

Shades of Wisteria #CC95DA

Tints of Wisteria #CC95DA

Color information

#CC95DA (or 0xCC95DA) is unknown color: approx Wisteria. HEX triplet: CC, 95 and DA. RGB value is (204,149,218). Sum of RGB (Red+Green+Blue) = 204+149+218=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95DA is #336A25. Grayscale: #ADADAD. Windows color (decimal): -3369510 or 14325196. OLE color: 14325196.

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

Color convert

RGB204149218-
CMYK0.060.3200.15
HSL287.83º48.25%71.96%-
HSV(B)287.83º31.65%85.49%-
XYZ48.339.3971.39-
YUV173.31153.22149.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=35.73%
G=26.09%
B=38.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041492180.060.3200.15287.8348.2571.96
HexCC95DA6200F1203048
Octal31422533264001744060110
Binary110011001001010111011010110100000011111001000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95DA; }

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

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

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

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

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

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

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

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