Html Css Color HEX #C8A3FF Mauve

📋 copy color: '#C8A3FF'

red 200 ◦ green 163 ◦ blue 255

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

Shades of Mauve #C8A3FF

Tints of Mauve #C8A3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.38%

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

R = 32.36%
G = 26.38%
B = 41.26%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8A3FF (or 0xC8A3FF) is known color: Mauve. HEX triplet: C8, A3 and FF. RGB value is (200,163,255). Sum of RGB (Red+Green+Blue) = 200+163+255=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A3FF is #375C00. Grayscale: #B8B8B8. Windows color (decimal): -3628033 or 16753608. OLE color: 16753608.

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

Color convert

RGB 200 163 255 -
CMYK 0.22 0.36 0 0
HSL 264.13º 1% 0.82% -
HSV(B) 264.13º 0.36% 1% -
XYZ 54.97 45.69 100.53 -
YUV 184.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 200 163 255 0.22 0.36 0 0 264.13 1 0.82
Hex C8 A3 FF 16 24 0 0 108 64 52
Octal 310 243 377 26 44 0 0 410 144 122
Binary 11001000 10100011 11111111 10110 100100 0 0 100001000 1100100 1010010

Color Harmonies of #C8A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A3FF

Black with #C8A3FF

Text Example


Text Example

White with #C8A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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