Html Css Color HEX #CA9DFE Mauve

📋 copy color: '#CA9DFE'

red 202 ◦ green 157 ◦ blue 254

#CA9DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CA9DFE

Tints of Mauve #CA9DFE

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA9DFE (or 0xCA9DFE) is known color: 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

RGB 202 157 254 -
CMYK 0.20 0.38 0 0.00
HSL 267.84º 0.98% 0.81% -
HSV(B) 267.84º 0.38% 1% -
XYZ 54.3 43.83 99.36 -
YUV 181.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 202 157 254 0.20 0.38 0 0.00 267.84 0.98 0.81
Hex CA 9D FE 14 26 0 0 10C 62 51
Octal 312 235 376 24 46 0 0 414 142 121
Binary 11001010 10011101 11111110 10100 100110 0 0 100001100 1100010 1010001

Color Harmonies of #CA9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DFE

Black with #CA9DFE

Text Example


Text Example

White with #CA9DFE

Text Example


Text Example

HTML Codes & Css Web 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>