Html Css Color HEX #C99CFD Mauve

📋 copy color: '#C99CFD'

red 201 ◦ green 156 ◦ blue 253

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

Shades of Mauve #C99CFD

Tints of Mauve #C99CFD

RGB

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

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

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

R = 32.95%
G = 25.57%
B = 41.48%

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

#C99CFD (or 0xC99CFD) is known color: Mauve. HEX triplet: C9, 9C and FD. RGB value is (201,156,253). Sum of RGB (Red+Green+Blue) = 201+156+253=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CFD is #366302. Grayscale: #B4B4B4. Windows color (decimal): -3564291 or 16620745. OLE color: 16620745.

HSL color Cylindrical-coordinate representation of color #C99CFD: hue angle of 267.84º 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 #C99CFD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 156 253 -
CMYK 0.21 0.38 0 0.01
HSL 267.84º 0.96% 0.8% -
HSV(B) 267.84º 0.38% 0.99% -
XYZ 53.71 43.29 98.45 -
YUV 180.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 201 156 253 0.21 0.38 0 0.01 267.84 0.96 0.8
Hex C9 9C FD 15 26 0 1 10C 60 50
Octal 311 234 375 25 46 0 1 414 140 120
Binary 11001001 10011100 11111101 10101 100110 0 1 100001100 1100000 1010000

Color Harmonies of #C99CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CFD

Black with #C99CFD

Text Example


Text Example

White with #C99CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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