Html Css Color HEX #CA9EF7 Mauve

📋 copy color: '#CA9EF7'

red 202 ◦ green 158 ◦ blue 247

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

Shades of Mauve #CA9EF7

Tints of Mauve #CA9EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 33.28%
G = 26.03%
B = 40.69%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA9EF7 (or 0xCA9EF7) is known color: Mauve. HEX triplet: CA, 9E and F7. RGB value is (202,158,247). Sum of RGB (Red+Green+Blue) = 202+158+247=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA9EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EF7 is #356108. Grayscale: #B4B4B4. Windows color (decimal): -3498249 or 16228042. OLE color: 16228042.

HSL color Cylindrical-coordinate representation of color #CA9EF7: hue angle of 269.66º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9EF7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 158 247 -
CMYK 0.18 0.36 0 0.03
HSL 269.66º 0.85% 0.79% -
HSV(B) 269.66º 0.36% 0.97% -
XYZ 53.37 43.73 93.62 -
YUV 181.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 202 158 247 0.18 0.36 0 0.03 269.66 0.85 0.79
Hex CA 9E F7 12 24 0 3 10E 55 4F
Octal 312 236 367 22 44 0 3 416 125 117
Binary 11001010 10011110 11110111 10010 100100 0 11 100001110 1010101 1001111

Color Harmonies of #CA9EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EF7

Black with #CA9EF7

Text Example


Text Example

White with #CA9EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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