Html Css Color HEX #C8A8FF Mauve

📋 copy color: '#C8A8FF'

red 200 ◦ green 168 ◦ blue 255

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

Shades of Mauve #C8A8FF

Tints of Mauve #C8A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

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

R = 32.1%
G = 26.97%
B = 40.93%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8A8FF (or 0xC8A8FF) is known color: Mauve. HEX triplet: C8, A8 and FF. RGB value is (200,168,255). Sum of RGB (Red+Green+Blue) = 200+168+255=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A8FF is #375700. Grayscale: #BBBBBB. Windows color (decimal): -3626753 or 16754888. OLE color: 16754888.

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

Color convert

RGB 200 168 255 -
CMYK 0.22 0.34 0 0
HSL 262.07º 1% 0.83% -
HSV(B) 262.07º 0.34% 1% -
XYZ 55.87 47.5 100.83 -
YUV 187.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 200 168 255 0.22 0.34 0 0 262.07 1 0.83
Hex C8 A8 FF 16 22 0 0 106 64 53
Octal 310 250 377 26 42 0 0 406 144 123
Binary 11001000 10101000 11111111 10110 100010 0 0 100000110 1100100 1010011

Color Harmonies of #C8A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8FF

Black with #C8A8FF

Text Example


Text Example

White with #C8A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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