#CA92FE

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

Shades of Mauve #CA92FE

Tints of Mauve #CA92FE

Color information

#CA92FE (or 0xCA92FE) is unknown color: approx Mauve. HEX triplet: CA, 92 and FE. RGB value is (202,146,254). Sum of RGB (Red+Green+Blue) = 202+146+254=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FE is #356D01. Grayscale: #AEAEAE. Windows color (decimal): -3501314 or 16683722. OLE color: 16683722.

HSL color Cylindrical-coordinate representation of color #CA92FE: hue angle of 271.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA92FE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202146254-
CMYK0.200.4300.00
HSL271.11º98.18%78.43%-
HSV(B)271.11º42.52%99.61%-
XYZ52.5340.2798.77-
YUV175.06172.55147.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=33.55%
G=24.25%
B=42.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021462540.200.4300.00271.1198.1878.43
HexCA92FE142B0010f624e
Octal312222376245300417142116
Binary110010101001001011111110101001010110010000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92FE; }

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

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

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

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

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

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

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

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