Html Css Color HEX #C9ACFD Mauve

📋 copy color: '#C9ACFD'

red 201 ◦ green 172 ◦ blue 253

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

Shades of Mauve #C9ACFD

Tints of Mauve #C9ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.48%

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

R = 32.11%
G = 27.48%
B = 40.42%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9ACFD (or 0xC9ACFD) is known color: Mauve. HEX triplet: C9, AC and FD. RGB value is (201,172,253). Sum of RGB (Red+Green+Blue) = 201+172+253=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACFD is #365302. Grayscale: #BDBDBD. Windows color (decimal): -3560195 or 16624841. OLE color: 16624841.

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

Color convert

RGB 201 172 253 -
CMYK 0.21 0.32 0 0.01
HSL 261.48º 0.95% 0.83% -
HSV(B) 261.48º 0.32% 0.99% -
XYZ 56.57 49.01 99.41 -
YUV 189.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 201 172 253 0.21 0.32 0 0.01 261.48 0.95 0.83
Hex C9 AC FD 15 20 0 1 105 5F 53
Octal 311 254 375 25 40 0 1 405 137 123
Binary 11001001 10101100 11111101 10101 100000 0 1 100000101 1011111 1010011

Color Harmonies of #C9ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACFD

Black with #C9ACFD

Text Example


Text Example

White with #C9ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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