Html Css Color HEX #C6ADF7 Melrose

📋 copy color: '#C6ADF7'

red 198 ◦ green 173 ◦ blue 247

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

Shades of Melrose #C6ADF7

Tints of Melrose #C6ADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.97%

R = 32.04%
G = 27.99%
B = 39.97%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C6ADF7 (or 0xC6ADF7) is known color: Melrose. HEX triplet: C6, AD and F7. RGB value is (198,173,247). Sum of RGB (Red+Green+Blue) = 198+173+247=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF7 is #395208. Grayscale: #BCBCBC. Windows color (decimal): -3756553 or 16231878. OLE color: 16231878.

HSL color Cylindrical-coordinate representation of color #C6ADF7: hue angle of 260.27º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ADF7 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 173 247 -
CMYK 0.20 0.30 0 0.03
HSL 260.27º 0.82% 0.82% -
HSV(B) 260.27º 0.3% 0.97% -
XYZ 55.02 48.61 94.48 -
YUV 188.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 198 173 247 0.20 0.30 0 0.03 260.27 0.82 0.82
Hex C6 AD F7 14 1E 0 3 104 52 52
Octal 306 255 367 24 36 0 3 404 122 122
Binary 11000110 10101101 11110111 10100 11110 0 11 100000100 1010010 1010010

Color Harmonies of #C6ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADF7

Black with #C6ADF7

Text Example


Text Example

White with #C6ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADF7; }

 p { color: rgb(198,173,247); }

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

background-color css

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

 a { background-color: rgb(198,173,247); }

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

border-color css

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

 span { border-color: rgb(198,173,247); }

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