#CA99EB

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

Shades of Wisteria #CA99EB

Tints of Wisteria #CA99EB

Color information

#CA99EB (or 0xCA99EB) is unknown color: approx Wisteria. HEX triplet: CA, 99 and EB. RGB value is (202,153,235). Sum of RGB (Red+Green+Blue) = 202+153+235=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99EB is #356614. Grayscale: #B0B0B0. Windows color (decimal): -3499541 or 15440330. OLE color: 15440330.

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

Color convert

RGB202153235-
CMYK0.140.3500.08
HSL275.85º67.21%76.08%-
HSV(B)275.85º34.89%92.16%-
XYZ50.7441.3483.9-
YUV177160.73145.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=34.24%
G=25.93%
B=39.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021532350.140.3500.08275.8567.2176.08
HexCA99EBE2308114434c
Octal3122313531643010424103114
Binary11001010100110011110101111101000110100010001010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99EB; }

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

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

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

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

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

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

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

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