Html Css Color HEX #C9AFFD Mauve

📋 copy color: '#C9AFFD'

red 201 ◦ green 175 ◦ blue 253

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

Shades of Mauve #C9AFFD

Tints of Mauve #C9AFFD

RGB

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

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

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

R = 31.96%
G = 27.82%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9AFFD (or 0xC9AFFD) is known color: Mauve. HEX triplet: C9, AF and FD. RGB value is (201,175,253). Sum of RGB (Red+Green+Blue) = 201+175+253=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFD is #365002. Grayscale: #BFBFBF. Windows color (decimal): -3559427 or 16625609. OLE color: 16625609.

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

Color convert

RGB 201 175 253 -
CMYK 0.21 0.31 0 0.01
HSL 260º 0.95% 0.84% -
HSV(B) 260º 0.31% 0.99% -
XYZ 57.15 50.17 99.6 -
YUV 191.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 201 175 253 0.21 0.31 0 0.01 260 0.95 0.84
Hex C9 AF FD 15 1F 0 1 104 5F 54
Octal 311 257 375 25 37 0 1 404 137 124
Binary 11001001 10101111 11111101 10101 11111 0 1 100000100 1011111 1010100

Color Harmonies of #C9AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFFD

Black with #C9AFFD

Text Example


Text Example

White with #C9AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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