Html Css Color HEX #C7A8FD Mauve

📋 copy color: '#C7A8FD'

red 199 ◦ green 168 ◦ blue 253

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

Shades of Mauve #C7A8FD

Tints of Mauve #C7A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.1%

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

R = 32.1%
G = 27.1%
B = 40.81%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7A8FD (or 0xC7A8FD) is known color: Mauve. HEX triplet: C7, A8 and FD. RGB value is (199,168,253). Sum of RGB (Red+Green+Blue) = 199+168+253=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A8FD is #385702. Grayscale: #BABABA. Windows color (decimal): -3692291 or 16623815. OLE color: 16623815.

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

Color convert

RGB 199 168 253 -
CMYK 0.21 0.34 0 0.01
HSL 261.88º 0.96% 0.83% -
HSV(B) 261.88º 0.34% 0.99% -
XYZ 55.29 47.24 99.13 -
YUV 186.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 199 168 253 0.21 0.34 0 0.01 261.88 0.96 0.83
Hex C7 A8 FD 15 22 0 1 106 60 53
Octal 307 250 375 25 42 0 1 406 140 123
Binary 11000111 10101000 11111101 10101 100010 0 1 100000110 1100000 1010011

Color Harmonies of #C7A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A8FD

Black with #C7A8FD

Text Example


Text Example

White with #C7A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A8FD; }

 p { color: rgb(199,168,253); }

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

background-color css

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

 a { background-color: rgb(199,168,253); }

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

border-color css

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

 span { border-color: rgb(199,168,253); }

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