#CA92E1

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

Shades of Wisteria #CA92E1

Tints of Wisteria #CA92E1

Color information

#CA92E1 (or 0xCA92E1) is unknown color: approx Wisteria. HEX triplet: CA, 92 and E1. RGB value is (202,146,225). Sum of RGB (Red+Green+Blue) = 202+146+225=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA92E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92E1 is #356D1E. Grayscale: #ABABAB. Windows color (decimal): -3501343 or 14783178. OLE color: 14783178.

HSL color Cylindrical-coordinate representation of color #CA92E1: hue angle of 282.53º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA92E1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202146225-
CMYK0.100.3500.12
HSL282.53º56.83%72.75%-
HSV(B)282.53º35.11%88.24%-
XYZ48.2338.5576.13-
YUV171.75158.05149.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=35.25%
G=25.48%
B=39.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021462250.100.3500.12282.5356.8372.75
HexCA92E1A230C11b3949
Octal312222341124301443371111
Binary1100101010010010111000011010100011011001000110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92E1; }

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

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

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

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

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

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

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

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