Html Css Color HEX #C8A9FD Mauve

📋 copy color: '#C8A9FD'

red 200 ◦ green 169 ◦ blue 253

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

Shades of Mauve #C8A9FD

Tints of Mauve #C8A9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 32.15%
G = 27.17%
B = 40.68%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8A9FD (or 0xC8A9FD) is known color: Mauve. HEX triplet: C8, A9 and FD. RGB value is (200,169,253). Sum of RGB (Red+Green+Blue) = 200+169+253=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A9FD is #375602. Grayscale: #BBBBBB. Windows color (decimal): -3626499 or 16624072. OLE color: 16624072.

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

Color convert

RGB 200 169 253 -
CMYK 0.21 0.33 0 0.01
HSL 262.14º 0.95% 0.83% -
HSV(B) 262.14º 0.33% 0.99% -
XYZ 55.74 47.75 99.21 -
YUV 187.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 200 169 253 0.21 0.33 0 0.01 262.14 0.95 0.83
Hex C8 A9 FD 15 21 0 1 106 5F 53
Octal 310 251 375 25 41 0 1 406 137 123
Binary 11001000 10101001 11111101 10101 100001 0 1 100000110 1011111 1010011

Color Harmonies of #C8A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9FD

Black with #C8A9FD

Text Example


Text Example

White with #C8A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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