Html Css Color HEX #C8A9FE Mauve

📋 copy color: '#C8A9FE'

red 200 ◦ green 169 ◦ blue 254

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

Shades of Mauve #C8A9FE

Tints of Mauve #C8A9FE

RGB

 RED value IS 200 (78.52% from 255) = 32.1%

 GREEN value IS 169 (66.41% from 255) = 27.13%

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

R = 32.1%
G = 27.13%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8A9FE (or 0xC8A9FE) is known color: Mauve. HEX triplet: C8, A9 and FE. RGB value is (200,169,254). Sum of RGB (Red+Green+Blue) = 200+169+254=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A9FE is #375601. Grayscale: #BBBBBB. Windows color (decimal): -3626498 or 16689608. OLE color: 16689608.

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

Color convert

RGB 200 169 254 -
CMYK 0.21 0.33 0 0.00
HSL 261.88º 0.98% 0.83% -
HSV(B) 261.88º 0.33% 1% -
XYZ 55.9 47.81 100.05 -
YUV 187.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 200 169 254 0.21 0.33 0 0.00 261.88 0.98 0.83
Hex C8 A9 FE 15 21 0 0 106 62 53
Octal 310 251 376 25 41 0 0 406 142 123
Binary 11001000 10101001 11111110 10101 100001 0 0 100000110 1100010 1010011

Color Harmonies of #C8A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9FE

Black with #C8A9FE

Text Example


Text Example

White with #C8A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9FE; }

 p { color: rgb(200,169,254); }

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

background-color css

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

 a { background-color: rgb(200,169,254); }

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

border-color css

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

 span { border-color: rgb(200,169,254); }

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