Html Css Color HEX #C6A9FD Mauve

📋 copy color: '#C6A9FD'

red 198 ◦ green 169 ◦ blue 253

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

Shades of Mauve #C6A9FD

Tints of Mauve #C6A9FD

RGB

 RED value IS 198 (77.73% from 255) = 31.94%

 GREEN value IS 169 (66.41% from 255) = 27.26%

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

R = 31.94%
G = 27.26%
B = 40.81%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6A9FD (or 0xC6A9FD) is known color: Mauve. HEX triplet: C6, A9 and FD. RGB value is (198,169,253). Sum of RGB (Red+Green+Blue) = 198+169+253=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 169 (66.41% from 255 or 27.26% 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 #C6A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9FD is #395602. Grayscale: #BABABA. Windows color (decimal): -3757571 or 16624070. OLE color: 16624070.

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

Color convert

RGB 198 169 253 -
CMYK 0.22 0.33 0 0.01
HSL 260.71º 0.95% 0.83% -
HSV(B) 260.71º 0.33% 0.99% -
XYZ 55.21 47.47 99.18 -
YUV 187.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 198 169 253 0.22 0.33 0 0.01 260.71 0.95 0.83
Hex C6 A9 FD 16 21 0 1 105 5F 53
Octal 306 251 375 26 41 0 1 405 137 123
Binary 11000110 10101001 11111101 10110 100001 0 1 100000101 1011111 1010011

Color Harmonies of #C6A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A9FD

Black with #C6A9FD

Text Example


Text Example

White with #C6A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A9FD; }

 p { color: rgb(198,169,253); }

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

background-color css

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

 a { background-color: rgb(198,169,253); }

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

border-color css

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

 span { border-color: rgb(198,169,253); }

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