#CC90EB

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

Shades of Wisteria #CC90EB

Tints of Wisteria #CC90EB

Color information

#CC90EB (or 0xCC90EB) is unknown color: approx Wisteria. HEX triplet: CC, 90 and EB. RGB value is (204,144,235). Sum of RGB (Red+Green+Blue) = 204+144+235=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EB is #336F14. Grayscale: #ACACAC. Windows color (decimal): -3370773 or 15438028. OLE color: 15438028.

HSL color Cylindrical-coordinate representation of color #CC90EB: hue angle of 279.56º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC90EB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204144235-
CMYK0.130.3900.08
HSL279.56º69.47%74.31%-
HSV(B)279.56º38.72%92.16%-
XYZ49.8738.7883.45-
YUV172.31163.38150.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=34.99%
G=24.70%
B=40.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041442350.130.3900.08279.5669.4774.31
HexCC90EBD2708118454a
Octal3142203531547010430105112
Binary11001100100100001110101111011001110100010001100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90EB; }

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

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

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

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

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

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

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

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