Html Css Color HEX #C6ACF6 Melrose

📋 copy color: '#C6ACF6'

red 198 ◦ green 172 ◦ blue 246

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

Shades of Melrose #C6ACF6

Tints of Melrose #C6ACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 32.14%
G = 27.92%
B = 39.94%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C6ACF6 (or 0xC6ACF6) is known color: Melrose. HEX triplet: C6, AC and F6. RGB value is (198,172,246). Sum of RGB (Red+Green+Blue) = 198+172+246=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACF6 is #395309. Grayscale: #BBBBBB. Windows color (decimal): -3756810 or 16166086. OLE color: 16166086.

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

Color convert

RGB 198 172 246 -
CMYK 0.20 0.30 0 0.04
HSL 261.08º 0.8% 0.82% -
HSV(B) 261.08º 0.3% 0.96% -
XYZ 54.68 48.16 93.6 -
YUV 188.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 198 172 246 0.20 0.30 0 0.04 261.08 0.8 0.82
Hex C6 AC F6 14 1E 0 4 105 50 52
Octal 306 254 366 24 36 0 4 405 120 122
Binary 11000110 10101100 11110110 10100 11110 0 100 100000101 1010000 1010010

Color Harmonies of #C6ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACF6

Black with #C6ACF6

Text Example


Text Example

White with #C6ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACF6; }

 p { color: rgb(198,172,246); }

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

background-color css

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

 a { background-color: rgb(198,172,246); }

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

border-color css

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

 span { border-color: rgb(198,172,246); }

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