Html Css Color HEX #C894FF Mauve

📋 copy color: '#C894FF'

red 200 ◦ green 148 ◦ blue 255

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

Shades of Mauve #C894FF

Tints of Mauve #C894FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.54%

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

R = 33.17%
G = 24.54%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C894FF (or 0xC894FF) is known color: Mauve. HEX triplet: C8, 94 and FF. RGB value is (200,148,255). Sum of RGB (Red+Green+Blue) = 200+148+255=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C894FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FF is #376B00. Grayscale: #AFAFAF. Windows color (decimal): -3631873 or 16749768. OLE color: 16749768.

HSL color Cylindrical-coordinate representation of color #C894FF: hue angle of 269.16º 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 #C894FF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 148 255 -
CMYK 0.22 0.42 0 0
HSL 269.16º 1% 0.79% -
HSV(B) 269.16º 0.42% 1% -
XYZ 52.46 40.68 99.69 -
YUV 175.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 200 148 255 0.22 0.42 0 0 269.16 1 0.79
Hex C8 94 FF 16 2A 0 0 10D 64 4F
Octal 310 224 377 26 52 0 0 415 144 117
Binary 11001000 10010100 11111111 10110 101010 0 0 100001101 1100100 1001111

Color Harmonies of #C894FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894FF

Black with #C894FF

Text Example


Text Example

White with #C894FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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