#CA9FEB

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

Shades of Wisteria #CA9FEB

Tints of Wisteria #CA9FEB

Color information

#CA9FEB (or 0xCA9FEB) is unknown color: approx Wisteria. HEX triplet: CA, 9F and EB. RGB value is (202,159,235). Sum of RGB (Red+Green+Blue) = 202+159+235=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FEB is #356014. Grayscale: #B4B4B4. Windows color (decimal): -3498005 or 15441866. OLE color: 15441866.

HSL color Cylindrical-coordinate representation of color #CA9FEB: hue angle of 273.95º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9FEB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202159235-
CMYK0.140.3200.08
HSL273.95º65.52%77.25%-
HSV(B)273.95º32.34%92.16%-
XYZ51.7543.3584.24-
YUV180.52158.75143.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=33.89%
G=26.68%
B=39.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021592350.140.3200.08273.9565.5277.25
HexCA9FEBE2008112424d
Octal3122373531640010422102115
Binary11001010100111111110101111101000000100010001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FEB; }

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

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

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

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

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

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

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

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