#CA88EE

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

Shades of Wisteria #CA88EE

Tints of Wisteria #CA88EE

Color information

#CA88EE (or 0xCA88EE) is unknown color: approx Wisteria. HEX triplet: CA, 88 and EE. RGB value is (202,136,238). Sum of RGB (Red+Green+Blue) = 202+136+238=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88EE is #357711. Grayscale: #A7A7A7. Windows color (decimal): -3503890 or 15632586. OLE color: 15632586.

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

Color convert

RGB202136238-
CMYK0.150.4300.07
HSL278.82º75%73.33%-
HSV(B)278.82º42.86%93.33%-
XYZ48.5936.3485.34-
YUV167.36167.87152.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=35.07%
G=23.61%
B=41.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021362380.150.4300.07278.827573.33
HexCA88EEF2B071174b49
Octal312210356175307427113111
Binary1100101010001000111011101111101011011110001011110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88EE; }

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

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

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

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

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

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

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

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