Html Css Color HEX #C9B2FF Mauve

📋 copy color: '#C9B2FF'

red 201 ◦ green 178 ◦ blue 255

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

Shades of Mauve #C9B2FF

Tints of Mauve #C9B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.08%

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

R = 31.7%
G = 28.08%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9B2FF (or 0xC9B2FF) is known color: Mauve. HEX triplet: C9, B2 and FF. RGB value is (201,178,255). Sum of RGB (Red+Green+Blue) = 201+178+255=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2FF is #364D00. Grayscale: #C1C1C1. Windows color (decimal): -3558657 or 16757449. OLE color: 16757449.

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

Color convert

RGB 201 178 255 -
CMYK 0.21 0.30 0 0
HSL 257.92º 1% 0.85% -
HSV(B) 257.92º 0.3% 1% -
XYZ 58.06 51.48 101.48 -
YUV 193.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 201 178 255 0.21 0.30 0 0 257.92 1 0.85
Hex C9 B2 FF 15 1E 0 0 102 64 55
Octal 311 262 377 25 36 0 0 402 144 125
Binary 11001001 10110010 11111111 10101 11110 0 0 100000010 1100100 1010101

Color Harmonies of #C9B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2FF

Black with #C9B2FF

Text Example


Text Example

White with #C9B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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