Html Css Color HEX #C8A3FE Mauve

📋 copy color: '#C8A3FE'

red 200 ◦ green 163 ◦ blue 254

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

Shades of Mauve #C8A3FE

Tints of Mauve #C8A3FE

RGB

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

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

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

R = 32.41%
G = 26.42%
B = 41.17%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8A3FE (or 0xC8A3FE) is known color: Mauve. HEX triplet: C8, A3 and FE. RGB value is (200,163,254). Sum of RGB (Red+Green+Blue) = 200+163+254=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A3FE is #375C01. Grayscale: #B8B8B8. Windows color (decimal): -3628034 or 16688072. OLE color: 16688072.

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

Color convert

RGB 200 163 254 -
CMYK 0.21 0.36 0 0.00
HSL 264.4º 0.98% 0.82% -
HSV(B) 264.4º 0.36% 1% -
XYZ 54.81 45.63 99.68 -
YUV 184.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 200 163 254 0.21 0.36 0 0.00 264.4 0.98 0.82
Hex C8 A3 FE 15 24 0 0 108 62 52
Octal 310 243 376 25 44 0 0 410 142 122
Binary 11001000 10100011 11111110 10101 100100 0 0 100001000 1100010 1010010

Color Harmonies of #C8A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A3FE

Black with #C8A3FE

Text Example


Text Example

White with #C8A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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