#CC93E2

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

Shades of Wisteria #CC93E2

Tints of Wisteria #CC93E2

Color information

#CC93E2 (or 0xCC93E2) is unknown color: approx Wisteria. HEX triplet: CC, 93 and E2. RGB value is (204,147,226). Sum of RGB (Red+Green+Blue) = 204+147+226=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC93E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93E2 is #336C1D. Grayscale: #ACACAC. Windows color (decimal): -3370014 or 14848972. OLE color: 14848972.

HSL color Cylindrical-coordinate representation of color #CC93E2: hue angle of 283.29º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC93E2 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204147226-
CMYK0.100.3500.11
HSL283.29º57.66%73.14%-
HSV(B)283.29º34.96%88.63%-
XYZ49.0639.276.93-
YUV173.05157.88150.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 226 (88.67% from 255) = 39.17%
R=35.36%
G=25.48%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041472260.100.3500.11283.2957.6673.14
HexCC93E2A230B11b3a49
Octal314223342124301343372111
Binary1100110010010011111000101010100011010111000110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93E2; }

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

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

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

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

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

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

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

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