Html Css Color HEX #C8ACFE Mauve

📋 copy color: '#C8ACFE'

red 200 ◦ green 172 ◦ blue 254

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

Shades of Mauve #C8ACFE

Tints of Mauve #C8ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.48%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 31.95%
G = 27.48%
B = 40.58%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8ACFE (or 0xC8ACFE) is known color: Mauve. HEX triplet: C8, AC and FE. RGB value is (200,172,254). Sum of RGB (Red+Green+Blue) = 200+172+254=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFE is #375301. Grayscale: #BDBDBD. Windows color (decimal): -3625730 or 16690376. OLE color: 16690376.

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

Color convert

RGB 200 172 254 -
CMYK 0.21 0.32 0 0.00
HSL 260.49º 0.98% 0.84% -
HSV(B) 260.49º 0.32% 1% -
XYZ 56.46 48.94 100.24 -
YUV 189.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 200 172 254 0.21 0.32 0 0.00 260.49 0.98 0.84
Hex C8 AC FE 15 20 0 0 104 62 54
Octal 310 254 376 25 40 0 0 404 142 124
Binary 11001000 10101100 11111110 10101 100000 0 0 100000100 1100010 1010100

Color Harmonies of #C8ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACFE

Black with #C8ACFE

Text Example


Text Example

White with #C8ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACFE; }

 p { color: rgb(200,172,254); }

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

background-color css

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

 a { background-color: rgb(200,172,254); }

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

border-color css

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

 span { border-color: rgb(200,172,254); }

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