Html Css Color HEX #C8ABFC Mauve

📋 copy color: '#C8ABFC'

red 200 ◦ green 171 ◦ blue 252

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

Shades of Mauve #C8ABFC

Tints of Mauve #C8ABFC

RGB

 RED value IS 200 (78.52% from 255) = 32.1%

 GREEN value IS 171 (67.19% from 255) = 27.45%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 32.1%
G = 27.45%
B = 40.45%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8ABFC (or 0xC8ABFC) is known color: Mauve. HEX triplet: C8, AB and FC. RGB value is (200,171,252). Sum of RGB (Red+Green+Blue) = 200+171+252=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFC is #375403. Grayscale: #BCBCBC. Windows color (decimal): -3625988 or 16559048. OLE color: 16559048.

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

Color convert

RGB 200 171 252 -
CMYK 0.21 0.32 0 0.01
HSL 261.48º 0.93% 0.83% -
HSV(B) 261.48º 0.32% 0.99% -
XYZ 55.95 48.43 98.5 -
YUV 188.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 200 171 252 0.21 0.32 0 0.01 261.48 0.93 0.83
Hex C8 AB FC 15 20 0 1 105 5D 53
Octal 310 253 374 25 40 0 1 405 135 123
Binary 11001000 10101011 11111100 10101 100000 0 1 100000101 1011101 1010011

Color Harmonies of #C8ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABFC

Black with #C8ABFC

Text Example


Text Example

White with #C8ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABFC; }

 p { color: rgb(200,171,252); }

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

background-color css

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

 a { background-color: rgb(200,171,252); }

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

border-color css

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

 span { border-color: rgb(200,171,252); }

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