#CA92F6

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

Shades of Wisteria #CA92F6

Tints of Wisteria #CA92F6

Color information

#CA92F6 (or 0xCA92F6) is unknown color: approx Wisteria. HEX triplet: CA, 92 and F6. RGB value is (202,146,246). Sum of RGB (Red+Green+Blue) = 202+146+246=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92F6 is #356D09. Grayscale: #ADADAD. Windows color (decimal): -3501322 or 16159434. OLE color: 16159434.

HSL color Cylindrical-coordinate representation of color #CA92F6: hue angle of 273.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA92F6 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202146246-
CMYK0.180.4100.04
HSL273.6º84.75%76.86%-
HSV(B)273.6º40.65%96.47%-
XYZ51.2739.7792.16-
YUV174.14168.55147.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=34.01%
G=24.58%
B=41.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021462460.180.4100.04273.684.7576.86
HexCA92F6122904112554d
Octal312222366225104422125115
Binary11001010100100101111011010010101001010010001001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92F6; }

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

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

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

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

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

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

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

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