#CC93D6

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

Shades of Wisteria #CC93D6

Tints of Wisteria #CC93D6

Color information

#CC93D6 (or 0xCC93D6) is unknown color: approx Wisteria. HEX triplet: CC, 93 and D6. RGB value is (204,147,214). Sum of RGB (Red+Green+Blue) = 204+147+214=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC93D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93D6 is #336C29. Grayscale: #ABABAB. Windows color (decimal): -3370026 or 14062540. OLE color: 14062540.

HSL color Cylindrical-coordinate representation of color #CC93D6: hue angle of 291.04º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC93D6 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204147214-
CMYK0.050.3100.16
HSL291.04º44.97%70.78%-
HSV(B)291.04º31.31%83.92%-
XYZ47.4738.5668.56-
YUV171.68151.88151.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=36.11%
G=26.02%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041472140.050.3100.16291.0444.9770.78
HexCC93D651F0101232d47
Octal31422332653702044355107
Binary110011001001001111010110101111110100001001000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93D6; }

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

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

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

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

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

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

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

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