Html Css Color HEX #C99BFF Mauve

📋 copy color: '#C99BFF'

red 201 ◦ green 155 ◦ blue 255

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

Shades of Mauve #C99BFF

Tints of Mauve #C99BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.37%

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

R = 32.9%
G = 25.37%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C99BFF (or 0xC99BFF) is known color: Mauve. HEX triplet: C9, 9B and FF. RGB value is (201,155,255). Sum of RGB (Red+Green+Blue) = 201+155+255=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFF is #366400. Grayscale: #B3B3B3. Windows color (decimal): -3564545 or 16751561. OLE color: 16751561.

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

Color convert

RGB 201 155 255 -
CMYK 0.21 0.39 0 0
HSL 267.6º 1% 0.8% -
HSV(B) 267.6º 0.39% 1% -
XYZ 53.86 43.08 100.08 -
YUV 180.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 201 155 255 0.21 0.39 0 0 267.6 1 0.8
Hex C9 9B FF 15 27 0 0 10C 64 50
Octal 311 233 377 25 47 0 0 414 144 120
Binary 11001001 10011011 11111111 10101 100111 0 0 100001100 1100100 1010000

Color Harmonies of #C99BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BFF

Black with #C99BFF

Text Example


Text Example

White with #C99BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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