#CA9EEF

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

Shades of Wisteria #CA9EEF

Tints of Wisteria #CA9EEF

Color information

#CA9EEF (or 0xCA9EEF) is unknown color: approx Wisteria. HEX triplet: CA, 9E and EF. RGB value is (202,158,239). Sum of RGB (Red+Green+Blue) = 202+158+239=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EEF is #356110. Grayscale: #B4B4B4. Windows color (decimal): -3498257 or 15703754. OLE color: 15703754.

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

Color convert

RGB202158239-
CMYK0.150.3400.06
HSL272.59º71.68%77.84%-
HSV(B)272.59º33.89%93.73%-
XYZ52.1643.2487.26-
YUV180.39161.08143.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=33.72%
G=26.38%
B=39.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021582390.150.3400.06272.5971.6877.84
HexCA9EEFF2206111484e
Octal312236357174206421110116
Binary1100101010011110111011111111100010011010001000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EEF; }

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

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

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

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

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

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

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

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