#C893FF

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

Shades of Mauve #C893FF

Tints of Mauve #C893FF

Color information

#C893FF (or 0xC893FF) is unknown color: approx Mauve. HEX triplet: C8, 93 and FF. RGB value is (200,147,255). Sum of RGB (Red+Green+Blue) = 200+147+255=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C893FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893FF is #376C00. Grayscale: #AEAEAE. Windows color (decimal): -3632129 or 16749512. OLE color: 16749512.

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

Color convert

RGB200147255-
CMYK0.220.4200
HSL269.44º100%78.82%-
HSV(B)269.44º42.35%100%-
XYZ52.340.3799.64-
YUV175.16173.06145.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 42.36%
R=33.22%
G=24.42%
B=42.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001472550.220.4200269.4410078.82
HexC893FF162A0010d644f
Octal310223377265200415144117
Binary110010001001001111111111101101010100010000110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893FF; }

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

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

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

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

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

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

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

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