#CA9EEE

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

Shades of Wisteria #CA9EEE

Tints of Wisteria #CA9EEE

Color information

#CA9EEE (or 0xCA9EEE) is unknown color: approx Wisteria. HEX triplet: CA, 9E and EE. RGB value is (202,158,238). Sum of RGB (Red+Green+Blue) = 202+158+238=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EEE is #356111. Grayscale: #B4B4B4. Windows color (decimal): -3498258 or 15638218. OLE color: 15638218.

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

Color convert

RGB202158238-
CMYK0.150.3400.07
HSL273º70.18%77.65%-
HSV(B)273º33.61%93.33%-
XYZ52.0243.1886.48-
YUV180.28160.58143.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=33.78%
G=26.42%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021582380.150.3400.0727370.1877.65
HexCA9EEEF2207111464e
Octal312236356174207421106116
Binary1100101010011110111011101111100010011110001000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EEE; }

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

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

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

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

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

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

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

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