#CC93DA

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

Shades of Wisteria #CC93DA

Tints of Wisteria #CC93DA

Color information

#CC93DA (or 0xCC93DA) is unknown color: approx Wisteria. HEX triplet: CC, 93 and DA. RGB value is (204,147,218). Sum of RGB (Red+Green+Blue) = 204+147+218=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93DA is #336C25. Grayscale: #ABABAB. Windows color (decimal): -3370022 or 14324684. OLE color: 14324684.

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

Color convert

RGB204147218-
CMYK0.060.3300.15
HSL288.17º48.97%71.57%-
HSV(B)288.17º32.57%85.49%-
XYZ47.9938.7771.28-
YUV172.14153.88150.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=35.85%
G=25.83%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041472180.060.3300.15288.1748.9771.57
HexCC93DA6210F1203148
Octal31422333264101744061110
Binary110011001001001111011010110100001011111001000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93DA; }

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

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

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

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

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

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

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

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