#CA99ED

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

Shades of Wisteria #CA99ED

Tints of Wisteria #CA99ED

Color information

#CA99ED (or 0xCA99ED) is unknown color: approx Wisteria. HEX triplet: CA, 99 and ED. RGB value is (202,153,237). Sum of RGB (Red+Green+Blue) = 202+153+237=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99ED is #356612. Grayscale: #B0B0B0. Windows color (decimal): -3499539 or 15571402. OLE color: 15571402.

HSL color Cylindrical-coordinate representation of color #CA99ED: hue angle of 275º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA99ED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202153237-
CMYK0.150.3500.07
HSL275º70%76.47%-
HSV(B)275º35.44%92.94%-
XYZ51.0341.4585.43-
YUV177.23161.73145.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=34.12%
G=25.84%
B=40.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021532370.150.3500.072757076.47
HexCA99EDF2307113464c
Octal312231355174307423106114
Binary1100101010011001111011011111100011011110001001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99ED; }

 p { color: rgb(202,153,237); }

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

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

 a { background-color: rgb(202,153,237); }

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

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

 span { border-color: rgb(202,153,237); }

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