Html Css Color HEX #C9AFFE Mauve

📋 copy color: '#C9AFFE'

red 201 ◦ green 175 ◦ blue 254

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

Shades of Mauve #C9AFFE

Tints of Mauve #C9AFFE

RGB

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

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

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

R = 31.9%
G = 27.78%
B = 40.32%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9AFFE (or 0xC9AFFE) is known color: Mauve. HEX triplet: C9, AF and FE. RGB value is (201,175,254). Sum of RGB (Red+Green+Blue) = 201+175+254=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFE is #365001. Grayscale: #BFBFBF. Windows color (decimal): -3559426 or 16691145. OLE color: 16691145.

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

Color convert

RGB 201 175 254 -
CMYK 0.21 0.31 0 0.00
HSL 259.75º 0.98% 0.84% -
HSV(B) 259.75º 0.31% 1% -
XYZ 57.31 50.23 100.44 -
YUV 191.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 201 175 254 0.21 0.31 0 0.00 259.75 0.98 0.84
Hex C9 AF FE 15 1F 0 0 104 62 54
Octal 311 257 376 25 37 0 0 404 142 124
Binary 11001001 10101111 11111110 10101 11111 0 0 100000100 1100010 1010100

Color Harmonies of #C9AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFFE

Black with #C9AFFE

Text Example


Text Example

White with #C9AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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