Html Css Color HEX #C9A7FD Mauve

📋 copy color: '#C9A7FD'

red 201 ◦ green 167 ◦ blue 253

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

Shades of Mauve #C9A7FD

Tints of Mauve #C9A7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.89%

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

R = 32.37%
G = 26.89%
B = 40.74%

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

#C9A7FD (or 0xC9A7FD) is known color: Mauve. HEX triplet: C9, A7 and FD. RGB value is (201,167,253). Sum of RGB (Red+Green+Blue) = 201+167+253=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A7FD is #365802. Grayscale: #BABABA. Windows color (decimal): -3561475 or 16623561. OLE color: 16623561.

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

Color convert

RGB 201 167 253 -
CMYK 0.21 0.34 0 0.01
HSL 263.72º 0.96% 0.82% -
HSV(B) 263.72º 0.34% 0.99% -
XYZ 55.64 47.15 99.1 -
YUV 186.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 201 167 253 0.21 0.34 0 0.01 263.72 0.96 0.82
Hex C9 A7 FD 15 22 0 1 108 60 52
Octal 311 247 375 25 42 0 1 410 140 122
Binary 11001001 10100111 11111101 10101 100010 0 1 100001000 1100000 1010010

Color Harmonies of #C9A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A7FD

Black with #C9A7FD

Text Example


Text Example

White with #C9A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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