Html Css Color HEX #C99CFE Mauve

📋 copy color: '#C99CFE'

red 201 ◦ green 156 ◦ blue 254

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

Shades of Mauve #C99CFE

Tints of Mauve #C99CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.53%

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

R = 32.9%
G = 25.53%
B = 41.57%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C99CFE (or 0xC99CFE) is known color: Mauve. HEX triplet: C9, 9C and FE. RGB value is (201,156,254). Sum of RGB (Red+Green+Blue) = 201+156+254=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CFE is #366301. Grayscale: #B4B4B4. Windows color (decimal): -3564290 or 16686281. OLE color: 16686281.

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

Color convert

RGB 201 156 254 -
CMYK 0.21 0.39 0 0.00
HSL 267.55º 0.98% 0.8% -
HSV(B) 267.55º 0.39% 1% -
XYZ 53.87 43.35 99.29 -
YUV 180.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 201 156 254 0.21 0.39 0 0.00 267.55 0.98 0.8
Hex C9 9C FE 15 27 0 0 10C 62 50
Octal 311 234 376 25 47 0 0 414 142 120
Binary 11001001 10011100 11111110 10101 100111 0 0 100001100 1100010 1010000

Color Harmonies of #C99CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CFE

Black with #C99CFE

Text Example


Text Example

White with #C99CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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