Html Css Color HEX #C99DFD Mauve

📋 copy color: '#C99DFD'

red 201 ◦ green 157 ◦ blue 253

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

Shades of Mauve #C99DFD

Tints of Mauve #C99DFD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.7%

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

R = 32.9%
G = 25.7%
B = 41.41%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C99DFD (or 0xC99DFD) is known color: Mauve. HEX triplet: C9, 9D and FD. RGB value is (201,157,253). Sum of RGB (Red+Green+Blue) = 201+157+253=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFD is #366202. Grayscale: #B4B4B4. Windows color (decimal): -3564035 or 16621001. OLE color: 16621001.

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

Color convert

RGB 201 157 253 -
CMYK 0.21 0.38 0 0.01
HSL 267.5º 0.96% 0.8% -
HSV(B) 267.5º 0.38% 0.99% -
XYZ 53.87 43.62 98.51 -
YUV 181.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 201 157 253 0.21 0.38 0 0.01 267.5 0.96 0.8
Hex C9 9D FD 15 26 0 1 10C 60 50
Octal 311 235 375 25 46 0 1 414 140 120
Binary 11001001 10011101 11111101 10101 100110 0 1 100001100 1100000 1010000

Color Harmonies of #C99DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DFD

Black with #C99DFD

Text Example


Text Example

White with #C99DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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