Html Css Color HEX #C895FF Mauve

📋 copy color: '#C895FF'

red 200 ◦ green 149 ◦ blue 255

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

Shades of Mauve #C895FF

Tints of Mauve #C895FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.67%

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

R = 33.11%
G = 24.67%
B = 42.22%

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

#C895FF (or 0xC895FF) is known color: Mauve. HEX triplet: C8, 95 and FF. RGB value is (200,149,255). Sum of RGB (Red+Green+Blue) = 200+149+255=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C895FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FF is #376A00. Grayscale: #AFAFAF. Windows color (decimal): -3631617 or 16750024. OLE color: 16750024.

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

Color convert

RGB 200 149 255 -
CMYK 0.22 0.42 0 0
HSL 268.87º 1% 0.79% -
HSV(B) 268.87º 0.42% 1% -
XYZ 52.62 40.99 99.75 -
YUV 176.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 200 149 255 0.22 0.42 0 0 268.87 1 0.79
Hex C8 95 FF 16 2A 0 0 10D 64 4F
Octal 310 225 377 26 52 0 0 415 144 117
Binary 11001000 10010101 11111111 10110 101010 0 0 100001101 1100100 1001111

Color Harmonies of #C895FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895FF

Black with #C895FF

Text Example


Text Example

White with #C895FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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