Html Css Color HEX #C9A8FD Mauve

📋 copy color: '#C9A8FD'

red 201 ◦ green 168 ◦ blue 253

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

Shades of Mauve #C9A8FD

Tints of Mauve #C9A8FD

RGB

 RED value IS 201 (78.91% from 255) = 32.32%

 GREEN value IS 168 (66.02% from 255) = 27.01%

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

R = 32.32%
G = 27.01%
B = 40.68%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9A8FD (or 0xC9A8FD) is known color: Mauve. HEX triplet: C9, A8 and FD. RGB value is (201,168,253). Sum of RGB (Red+Green+Blue) = 201+168+253=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 168 (66.02% from 255 or 27.01% 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 #C9A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A8FD is #365702. Grayscale: #BBBBBB. Windows color (decimal): -3561219 or 16623817. OLE color: 16623817.

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

Color convert

RGB 201 168 253 -
CMYK 0.21 0.34 0 0.01
HSL 263.29º 0.96% 0.83% -
HSV(B) 263.29º 0.34% 0.99% -
XYZ 55.82 47.51 99.16 -
YUV 187.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 201 168 253 0.21 0.34 0 0.01 263.29 0.96 0.83
Hex C9 A8 FD 15 22 0 1 107 60 53
Octal 311 250 375 25 42 0 1 407 140 123
Binary 11001001 10101000 11111101 10101 100010 0 1 100000111 1100000 1010011

Color Harmonies of #C9A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8FD

Black with #C9A8FD

Text Example


Text Example

White with #C9A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8FD; }

 p { color: rgb(201,168,253); }

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

background-color css

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

 a { background-color: rgb(201,168,253); }

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

border-color css

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

 span { border-color: rgb(201,168,253); }

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