Html Css Color HEX #C7ADFE Mauve

📋 copy color: '#C7ADFE'

red 199 ◦ green 173 ◦ blue 254

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

Shades of Mauve #C7ADFE

Tints of Mauve #C7ADFE

RGB

 RED value IS 199 (78.13% from 255) = 31.79%

 GREEN value IS 173 (67.97% from 255) = 27.64%

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

R = 31.79%
G = 27.64%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7ADFE (or 0xC7ADFE) is known color: Mauve. HEX triplet: C7, AD and FE. RGB value is (199,173,254). Sum of RGB (Red+Green+Blue) = 199+173+254=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFE is #385201. Grayscale: #BDBDBD. Windows color (decimal): -3691010 or 16690631. OLE color: 16690631.

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

Color convert

RGB 199 173 254 -
CMYK 0.22 0.32 0 0.00
HSL 259.26º 0.98% 0.84% -
HSV(B) 259.26º 0.32% 1% -
XYZ 56.39 49.19 100.29 -
YUV 190.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 199 173 254 0.22 0.32 0 0.00 259.26 0.98 0.84
Hex C7 AD FE 16 20 0 0 103 62 54
Octal 307 255 376 26 40 0 0 403 142 124
Binary 11000111 10101101 11111110 10110 100000 0 0 100000011 1100010 1010100

Color Harmonies of #C7ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADFE

Black with #C7ADFE

Text Example


Text Example

White with #C7ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADFE; }

 p { color: rgb(199,173,254); }

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

background-color css

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

 a { background-color: rgb(199,173,254); }

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

border-color css

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

 span { border-color: rgb(199,173,254); }

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