Html Css Color HEX #C893FE Mauve

📋 copy color: '#C893FE'

red 200 ◦ green 147 ◦ blue 254

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

Shades of Mauve #C893FE

Tints of Mauve #C893FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.46%

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

R = 33.28%
G = 24.46%
B = 42.26%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C893FE (or 0xC893FE) is known color: Mauve. HEX triplet: C8, 93 and FE. RGB value is (200,147,254). Sum of RGB (Red+Green+Blue) = 200+147+254=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C893FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893FE is #376C01. Grayscale: #AEAEAE. Windows color (decimal): -3632130 or 16683976. OLE color: 16683976.

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

Color convert

RGB 200 147 254 -
CMYK 0.21 0.42 0 0.00
HSL 269.72º 0.98% 0.79% -
HSV(B) 269.72º 0.42% 1% -
XYZ 52.14 40.3 98.8 -
YUV 175.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 200 147 254 0.21 0.42 0 0.00 269.72 0.98 0.79
Hex C8 93 FE 15 2A 0 0 10E 62 4F
Octal 310 223 376 25 52 0 0 416 142 117
Binary 11001000 10010011 11111110 10101 101010 0 0 100001110 1100010 1001111

Color Harmonies of #C893FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C893FE

Black with #C893FE

Text Example


Text Example

White with #C893FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C893FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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