Html Css Color HEX #C896FD Mauve

📋 copy color: '#C896FD'

red 200 ◦ green 150 ◦ blue 253

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

Shades of Mauve #C896FD

Tints of Mauve #C896FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.88%

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 33.17%
G = 24.88%
B = 41.96%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C896FD (or 0xC896FD) is known color: Mauve. HEX triplet: C8, 96 and FD. RGB value is (200,150,253). Sum of RGB (Red+Green+Blue) = 200+150+253=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #C896FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896FD is #376902. Grayscale: #B0B0B0. Windows color (decimal): -3631363 or 16619208. OLE color: 16619208.

HSL color Cylindrical-coordinate representation of color #C896FD: hue angle of 269.13º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C896FD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 150 253 -
CMYK 0.21 0.41 0 0.01
HSL 269.13º 0.96% 0.79% -
HSV(B) 269.13º 0.41% 0.99% -
XYZ 52.46 41.18 98.11 -
YUV 176.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 200 150 253 0.21 0.41 0 0.01 269.13 0.96 0.79
Hex C8 96 FD 15 29 0 1 10D 60 4F
Octal 310 226 375 25 51 0 1 415 140 117
Binary 11001000 10010110 11111101 10101 101001 0 1 100001101 1100000 1001111

Color Harmonies of #C896FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C896FD

Black with #C896FD

Text Example


Text Example

White with #C896FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C896FD; }

 p { color: rgb(200,150,253); }

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

background-color css

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

 a { background-color: rgb(200,150,253); }

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

border-color css

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

 span { border-color: rgb(200,150,253); }

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