#C8AFFF

Color #C8AFFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C8AFFF

Tints of Mauve #C8AFFF

Color information

#C8AFFF (or 0xC8AFFF) is unknown color: approx Mauve. HEX triplet: C8, AF and FF. RGB value is (200,175,255). Sum of RGB (Red+Green+Blue) = 200+175+255=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFFF is #375000. Grayscale: #BFBFBF. Windows color (decimal): -3624961 or 16756680. OLE color: 16756680.

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

Color convert

RGB200175255-
CMYK0.220.3100
HSL258.75º100%84.31%-
HSV(B)258.75º31.37%100%-
XYZ57.250.16101.27-
YUV191.59163.78134-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 255 (100% from 255) = 40.48%
R=31.75%
G=27.78%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001752550.220.3100258.7510084.31
HexC8AFFF161F001036454
Octal310257377263700403144124
Binary11001000101011111111111110110111110010000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFFF; }

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

 H1.HeaderClassName
 {
   color: #C8AFFF;
 }
 .AnyTagClassName
 {
   color: #C8AFFF;
 }
</style>
background-color css

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

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

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

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

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

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