#CA92EA

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

Shades of Wisteria #CA92EA

Tints of Wisteria #CA92EA

Color information

#CA92EA (or 0xCA92EA) is unknown color: approx Wisteria. HEX triplet: CA, 92 and EA. RGB value is (202,146,234). Sum of RGB (Red+Green+Blue) = 202+146+234=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92EA is #356D15. Grayscale: #ACACAC. Windows color (decimal): -3501334 or 15373002. OLE color: 15373002.

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

Color convert

RGB202146234-
CMYK0.140.3800.08
HSL278.18º67.69%74.51%-
HSV(B)278.18º37.61%91.76%-
XYZ49.4939.0582.77-
YUV172.78162.55148.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=34.71%
G=25.09%
B=40.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021462340.140.3800.08278.1867.6974.51
HexCA92EAE2608116444b
Octal3122223521646010426104113
Binary11001010100100101110101011101001100100010001011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92EA; }

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

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

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

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

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

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

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

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