#CA92ED

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

Shades of Wisteria #CA92ED

Tints of Wisteria #CA92ED

Color information

#CA92ED (or 0xCA92ED) is unknown color: approx Wisteria. HEX triplet: CA, 92 and ED. RGB value is (202,146,237). Sum of RGB (Red+Green+Blue) = 202+146+237=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92ED is #356D12. Grayscale: #ACACAC. Windows color (decimal): -3501331 or 15569610. OLE color: 15569610.

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

Color convert

RGB202146237-
CMYK0.150.3800.07
HSL276.92º71.65%75.1%-
HSV(B)276.92º38.4%92.94%-
XYZ49.9239.2385.06-
YUV173.12164.05148.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=34.53%
G=24.96%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021462370.150.3800.07276.9271.6575.1
HexCA92EDF2607115484b
Octal312222355174607425110113
Binary1100101010010010111011011111100110011110001010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92ED; }

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

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

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

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

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

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

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

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