#CC93F9

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

Shades of Wisteria #CC93F9

Tints of Wisteria #CC93F9

Color information

#CC93F9 (or 0xCC93F9) is unknown color: approx Wisteria. HEX triplet: CC, 93 and F9. RGB value is (204,147,249). Sum of RGB (Red+Green+Blue) = 204+147+249=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93F9 is #336C06. Grayscale: #AFAFAF. Windows color (decimal): -3369991 or 16356300. OLE color: 16356300.

HSL color Cylindrical-coordinate representation of color #CC93F9: hue angle of 273.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC93F9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204147249-
CMYK0.180.4100.02
HSL273.53º89.47%77.65%-
HSV(B)273.53º40.96%97.65%-
XYZ52.4340.5494.68-
YUV175.67169.38148.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=34%
G=24.5%
B=41.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041472490.180.4100.02273.5389.4777.65
HexCC93F9122902112594e
Octal314223371225102422131116
Binary1100110010010011111110011001010100101010001001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93F9; }

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

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

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

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

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

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

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

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