#ca9dfe

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

Shades of Mauve #CA9DFE

Tints of Mauve #CA9DFE

Color information

#CA9DFE (or 0xCA9DFE) is unknown color: approx Mauve. HEX triplet: CA, 9D and FE. RGB value is (202,157,254). Sum of RGB (Red+Green+Blue) = 202+157+254=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFE is #356201. Grayscale: #B5B5B5. Windows color (decimal): -3498498 or 16686538. OLE color: 16686538.

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

Color convert

RGB202157254-
CMYK0.200.3800.00
HSL267.84º97.98%80.59%-
HSV(B)267.84º38.19%99.61%-
XYZ54.343.8399.36-
YUV181.51168.91142.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=32.95%
G=25.61%
B=41.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021572540.200.3800.00267.8497.9880.59
HexCA9DFE14260010c6251
Octal312235376244600414142121
Binary110010101001110111111110101001001100010000110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9dfe; }

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

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

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

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

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

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

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

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