#CC90FB

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

Shades of Wisteria #CC90FB

Tints of Wisteria #CC90FB

Color information

#CC90FB (or 0xCC90FB) is unknown color: approx Wisteria. HEX triplet: CC, 90 and FB. RGB value is (204,144,251). Sum of RGB (Red+Green+Blue) = 204+144+251=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90FB is #336F04. Grayscale: #ADADAD. Windows color (decimal): -3370757 or 16486604. OLE color: 16486604.

HSL color Cylindrical-coordinate representation of color #CC90FB: hue angle of 273.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC90FB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204144251-
CMYK0.190.4300.02
HSL273.64º93.04%77.45%-
HSV(B)273.64º42.63%98.43%-
XYZ52.2939.7596.18-
YUV174.14171.38149.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=34.06%
G=24.04%
B=41.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041442510.190.4300.02273.6493.0477.45
HexCC90FB132B021125d4d
Octal314220373235302422135115
Binary1100110010010000111110111001110101101010001001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90FB; }

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

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

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

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

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

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

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

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