#CA9FEE

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

Shades of Wisteria #CA9FEE

Tints of Wisteria #CA9FEE

Color information

#CA9FEE (or 0xCA9FEE) is unknown color: approx Wisteria. HEX triplet: CA, 9F and EE. RGB value is (202,159,238). Sum of RGB (Red+Green+Blue) = 202+159+238=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FEE is #356011. Grayscale: #B4B4B4. Windows color (decimal): -3498002 or 15638474. OLE color: 15638474.

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

Color convert

RGB202159238-
CMYK0.150.3300.07
HSL272.66º69.91%77.84%-
HSV(B)272.66º33.19%93.33%-
XYZ52.1943.5386.54-
YUV180.86160.25143.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=33.72%
G=26.54%
B=39.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021592380.150.3300.07272.6669.9177.84
HexCA9FEEF2107111464e
Octal312237356174107421106116
Binary1100101010011111111011101111100001011110001000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FEE; }

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

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

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

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

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

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

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

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