Html Css Color HEX #C8ABFF Mauve

📋 copy color: '#C8ABFF'

red 200 ◦ green 171 ◦ blue 255

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

Shades of Mauve #C8ABFF

Tints of Mauve #C8ABFF

RGB

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

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

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

R = 31.95%
G = 27.32%
B = 40.73%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8ABFF (or 0xC8ABFF) is known color: Mauve. HEX triplet: C8, AB and FF. RGB value is (200,171,255). Sum of RGB (Red+Green+Blue) = 200+171+255=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFF is #375400. Grayscale: #BCBCBC. Windows color (decimal): -3625985 or 16755656. OLE color: 16755656.

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

Color convert

RGB 200 171 255 -
CMYK 0.22 0.33 0 0
HSL 260.71º 1% 0.84% -
HSV(B) 260.71º 0.33% 1% -
XYZ 56.43 48.63 101.02 -
YUV 189.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 200 171 255 0.22 0.33 0 0 260.71 1 0.84
Hex C8 AB FF 16 21 0 0 105 64 54
Octal 310 253 377 26 41 0 0 405 144 124
Binary 11001000 10101011 11111111 10110 100001 0 0 100000101 1100100 1010100

Color Harmonies of #C8ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABFF

Black with #C8ABFF

Text Example


Text Example

White with #C8ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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