#CA99EE

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

Shades of Wisteria #CA99EE

Tints of Wisteria #CA99EE

Color information

#CA99EE (or 0xCA99EE) is unknown color: approx Wisteria. HEX triplet: CA, 99 and EE. RGB value is (202,153,238). Sum of RGB (Red+Green+Blue) = 202+153+238=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99EE is #356611. Grayscale: #B1B1B1. Windows color (decimal): -3499538 or 15636938. OLE color: 15636938.

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

Color convert

RGB202153238-
CMYK0.150.3600.07
HSL274.59º71.43%76.67%-
HSV(B)274.59º35.71%93.33%-
XYZ51.1841.5186.2-
YUV177.34162.23145.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=34.06%
G=25.80%
B=40.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021532380.150.3600.07274.5971.4376.67
HexCA99EEF2407113474d
Octal312231356174407423107115
Binary1100101010011001111011101111100100011110001001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99EE; }

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

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

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

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

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

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

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

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