Html Css Color HEX #CA9EFE Mauve

📋 copy color: '#CA9EFE'

red 202 ◦ green 158 ◦ blue 254

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

Shades of Mauve #CA9EFE

Tints of Mauve #CA9EFE

RGB

 RED value IS 202 (79.3% from 255) = 32.9%

 GREEN value IS 158 (62.11% from 255) = 25.73%

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 32.9%
G = 25.73%
B = 41.37%

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

#CA9EFE (or 0xCA9EFE) is known color: Mauve. HEX triplet: CA, 9E and FE. RGB value is (202,158,254). Sum of RGB (Red+Green+Blue) = 202+158+254=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFE is #356101. Grayscale: #B5B5B5. Windows color (decimal): -3498242 or 16686794. OLE color: 16686794.

HSL color Cylindrical-coordinate representation of color #CA9EFE: hue angle of 267.5º 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 #CA9EFE is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 158 254 -
CMYK 0.20 0.38 0 0.00
HSL 267.5º 0.98% 0.81% -
HSV(B) 267.5º 0.38% 1% -
XYZ 54.47 44.17 99.42 -
YUV 182.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 202 158 254 0.20 0.38 0 0.00 267.5 0.98 0.81
Hex CA 9E FE 14 26 0 0 10C 62 51
Octal 312 236 376 24 46 0 0 414 142 121
Binary 11001010 10011110 11111110 10100 100110 0 0 100001100 1100010 1010001

Color Harmonies of #CA9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EFE

Black with #CA9EFE

Text Example


Text Example

White with #CA9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EFE; }

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

 H1.HeaderClassName
 {
   color: #CA9EFE;
 }
 .AnyTagClassName
 {
   color: #CA9EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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