Html Css Color HEX #C8ACFF Mauve

📋 copy color: '#C8ACFF'

red 200 ◦ green 172 ◦ blue 255

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

Shades of Mauve #C8ACFF

Tints of Mauve #C8ACFF

RGB

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

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

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

R = 31.9%
G = 27.43%
B = 40.67%

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

#C8ACFF (or 0xC8ACFF) is known color: Mauve. HEX triplet: C8, AC and FF. RGB value is (200,172,255). Sum of RGB (Red+Green+Blue) = 200+172+255=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFF is #375300. Grayscale: #BDBDBD. Windows color (decimal): -3625729 or 16755912. OLE color: 16755912.

HSL color Cylindrical-coordinate representation of color #C8ACFF: hue angle of 260.24º 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 #C8ACFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 172 255 -
CMYK 0.22 0.33 0 0
HSL 260.24º 1% 0.84% -
HSV(B) 260.24º 0.33% 1% -
XYZ 56.62 49 101.08 -
YUV 189.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 200 172 255 0.22 0.33 0 0 260.24 1 0.84
Hex C8 AC FF 16 21 0 0 104 64 54
Octal 310 254 377 26 41 0 0 404 144 124
Binary 11001000 10101100 11111111 10110 100001 0 0 100000100 1100100 1010100

Color Harmonies of #C8ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACFF

Black with #C8ACFF

Text Example


Text Example

White with #C8ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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