Html Css Color HEX #C8ACFA Mauve

📋 copy color: '#C8ACFA'

red 200 ◦ green 172 ◦ blue 250

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

Shades of Mauve #C8ACFA

Tints of Mauve #C8ACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 32.15%
G = 27.65%
B = 40.19%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8ACFA (or 0xC8ACFA) is known color: Mauve. HEX triplet: C8, AC and FA. RGB value is (200,172,250). Sum of RGB (Red+Green+Blue) = 200+172+250=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFA is #375305. Grayscale: #BCBCBC. Windows color (decimal): -3625734 or 16428232. OLE color: 16428232.

HSL color Cylindrical-coordinate representation of color #C8ACFA: hue angle of 261.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ACFA is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 172 250 -
CMYK 0.2 0.31 0 0.02
HSL 261.54º 0.89% 0.83% -
HSV(B) 261.54º 0.31% 0.98% -
XYZ 55.83 48.69 96.9 -
YUV 189.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 200 172 250 0.2 0.31 0 0.02 261.54 0.89 0.83
Hex C8 AC FA 14 1F 0 2 106 59 53
Octal 310 254 372 24 37 0 2 406 131 123
Binary 11001000 10101100 11111010 10100 11111 0 10 100000110 1011001 1010011

Color Harmonies of #C8ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACFA

Black with #C8ACFA

Text Example


Text Example

White with #C8ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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