#CA92FD

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

Shades of Mauve #CA92FD

Tints of Mauve #CA92FD

Color information

#CA92FD (or 0xCA92FD) is unknown color: approx Mauve. HEX triplet: CA, 92 and FD. RGB value is (202,146,253). Sum of RGB (Red+Green+Blue) = 202+146+253=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FD is #356D02. Grayscale: #AEAEAE. Windows color (decimal): -3501315 or 16618186. OLE color: 16618186.

HSL color Cylindrical-coordinate representation of color #CA92FD: hue angle of 271.4º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA92FD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202146253-
CMYK0.200.4200.01
HSL271.4º96.4%78.24%-
HSV(B)271.4º42.29%99.22%-
XYZ52.3740.2197.93-
YUV174.94172.05147.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=33.61%
G=24.29%
B=42.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021462530.200.4200.01271.496.478.24
HexCA92FD142A0110f604e
Octal312222375245201417140116
Binary110010101001001011111101101001010100110000111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92FD; }

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

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

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

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

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

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

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

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