#CA92EE

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

Shades of Wisteria #CA92EE

Tints of Wisteria #CA92EE

Color information

#CA92EE (or 0xCA92EE) is unknown color: approx Wisteria. HEX triplet: CA, 92 and EE. RGB value is (202,146,238). Sum of RGB (Red+Green+Blue) = 202+146+238=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92EE is #356D11. Grayscale: #ACACAC. Windows color (decimal): -3501330 or 15635146. OLE color: 15635146.

HSL color Cylindrical-coordinate representation of color #CA92EE: hue angle of 276.52º 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 #CA92EE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202146238-
CMYK0.150.3900.07
HSL276.52º73.02%75.29%-
HSV(B)276.52º38.66%93.33%-
XYZ50.0739.2985.83-
YUV173.23164.55148.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 146 (57.42% from 255) = 24.91%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=34.47%
G=24.91%
B=40.61%

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
Decimal2021462380.150.3900.07276.5273.0275.29
HexCA92EEF2707115494b
Octal312222356174707425111113
Binary1100101010010010111011101111100111011110001010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92EE; }

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

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

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

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

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

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

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

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