#CC93FB

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

Shades of Wisteria #CC93FB

Tints of Wisteria #CC93FB

Color information

#CC93FB (or 0xCC93FB) is unknown color: approx Wisteria. HEX triplet: CC, 93 and FB. RGB value is (204,147,251). Sum of RGB (Red+Green+Blue) = 204+147+251=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93FB is #336C04. Grayscale: #AFAFAF. Windows color (decimal): -3369989 or 16487372. OLE color: 16487372.

HSL color Cylindrical-coordinate representation of color #CC93FB: hue angle of 272.88º degrees, saturation: 0.93, 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 #CC93FB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204147251-
CMYK0.190.4100.02
HSL272.88º92.86%78.04%-
HSV(B)272.88º41.43%98.43%-
XYZ52.7540.6796.34-
YUV175.9170.38148.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=33.89%
G=24.42%
B=41.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041472510.190.4100.02272.8892.8678.04
HexCC93FB1329021115d4e
Octal314223373235102421135116
Binary1100110010010011111110111001110100101010001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93FB; }

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

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

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

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

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

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

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

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