Html Css Color HEX #C9AFFF Mauve

📋 copy color: '#C9AFFF'

red 201 ◦ green 175 ◦ blue 255

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

Shades of Mauve #C9AFFF

Tints of Mauve #C9AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.73%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 31.85%
G = 27.73%
B = 40.41%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9AFFF (or 0xC9AFFF) is known color: Mauve. HEX triplet: C9, AF and FF. RGB value is (201,175,255). Sum of RGB (Red+Green+Blue) = 201+175+255=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFF is #365000. Grayscale: #BFBFBF. Windows color (decimal): -3559425 or 16756681. OLE color: 16756681.

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

Color convert

RGB 201 175 255 -
CMYK 0.21 0.31 0 0
HSL 259.5º 1% 0.84% -
HSV(B) 259.5º 0.31% 1% -
XYZ 57.47 50.3 101.29 -
YUV 191.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 201 175 255 0.21 0.31 0 0 259.5 1 0.84
Hex C9 AF FF 15 1F 0 0 104 64 54
Octal 311 257 377 25 37 0 0 404 144 124
Binary 11001001 10101111 11111111 10101 11111 0 0 100000100 1100100 1010100

Color Harmonies of #C9AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFFF

Black with #C9AFFF

Text Example


Text Example

White with #C9AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFFF; }

 p { color: rgb(201,175,255); }

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

background-color css

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

 a { background-color: rgb(201,175,255); }

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

border-color css

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

 span { border-color: rgb(201,175,255); }

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