Html Css Color HEX #C596FE Mauve

📋 copy color: '#C596FE'

red 197 ◦ green 150 ◦ blue 254

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

Shades of Mauve #C596FE

Tints of Mauve #C596FE

RGB

 RED value IS 197 (77.34% from 255) = 32.78%

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

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

R = 32.78%
G = 24.96%
B = 42.26%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C596FE (or 0xC596FE) is known color: Mauve. HEX triplet: C5, 96 and FE. RGB value is (197,150,254). Sum of RGB (Red+Green+Blue) = 197+150+254=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 150 (58.98% from 255 or 24.96% 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 #C596FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FE is #3A6901. Grayscale: #AFAFAF. Windows color (decimal): -3827970 or 16684741. OLE color: 16684741.

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

Color convert

RGB 197 150 254 -
CMYK 0.22 0.41 0 0.00
HSL 267.12º 0.98% 0.79% -
HSV(B) 267.12º 0.41% 1% -
XYZ 51.82 40.84 98.92 -
YUV 175.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 197 150 254 0.22 0.41 0 0.00 267.12 0.98 0.79
Hex C5 96 FE 16 29 0 0 10B 62 4F
Octal 305 226 376 26 51 0 0 413 142 117
Binary 11000101 10010110 11111110 10110 101001 0 0 100001011 1100010 1001111

Color Harmonies of #C596FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596FE

Black with #C596FE

Text Example


Text Example

White with #C596FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596FE; }

 p { color: rgb(197,150,254); }

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

background-color css

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

 a { background-color: rgb(197,150,254); }

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

border-color css

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

 span { border-color: rgb(197,150,254); }

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