Html Css Color HEX #CA9DF8 Mauve

📋 copy color: '#CA9DF8'

red 202 ◦ green 157 ◦ blue 248

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

Shades of Mauve #CA9DF8

Tints of Mauve #CA9DF8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.86%

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 33.28%
G = 25.86%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA9DF8 (or 0xCA9DF8) is known color: Mauve. HEX triplet: CA, 9D and F8. RGB value is (202,157,248). Sum of RGB (Red+Green+Blue) = 202+157+248=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DF8 is #356207. Grayscale: #B4B4B4. Windows color (decimal): -3498504 or 16293322. OLE color: 16293322.

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

Color convert

RGB 202 157 248 -
CMYK 0.19 0.37 0 0.03
HSL 269.67º 0.87% 0.79% -
HSV(B) 269.67º 0.37% 0.97% -
XYZ 53.36 43.45 94.38 -
YUV 180.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 202 157 248 0.19 0.37 0 0.03 269.67 0.87 0.79
Hex CA 9D F8 13 25 0 3 10E 57 4F
Octal 312 235 370 23 45 0 3 416 127 117
Binary 11001010 10011101 11111000 10011 100101 0 11 100001110 1010111 1001111

Color Harmonies of #CA9DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DF8

Black with #CA9DF8

Text Example


Text Example

White with #CA9DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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