#CA91EE

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

Shades of Wisteria #CA91EE

Tints of Wisteria #CA91EE

Color information

#CA91EE (or 0xCA91EE) is unknown color: approx Wisteria. HEX triplet: CA, 91 and EE. RGB value is (202,145,238). Sum of RGB (Red+Green+Blue) = 202+145+238=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA91EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91EE is #356E11. Grayscale: #ACACAC. Windows color (decimal): -3501586 or 15634890. OLE color: 15634890.

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

Color convert

RGB202145238-
CMYK0.150.3900.07
HSL276.77º73.23%75.1%-
HSV(B)276.77º39.08%93.33%-
XYZ49.9238.9885.78-
YUV172.64164.88148.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=34.53%
G=24.79%
B=40.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021452380.150.3900.07276.7773.2375.1
HexCA91EEF2707115494b
Octal312221356174707425111113
Binary1100101010010001111011101111100111011110001010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91EE; }

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

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

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

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

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

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

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

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