#C7ABF8

Color #C7ABF8 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C7ABF8

Tints of Melrose #C7ABF8

Color information

#C7ABF8 (or 0xC7ABF8) is unknown color: approx Melrose. HEX triplet: C7, AB and F8. RGB value is (199,171,248). Sum of RGB (Red+Green+Blue) = 199+171+248=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABF8 is #385407. Grayscale: #BBBBBB. Windows color (decimal): -3691528 or 16296903. OLE color: 16296903.

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

Color convert

RGB199171248-
CMYK0.200.3100.03
HSL261.82º84.62%82.16%-
HSV(B)261.82º31.05%97.25%-
XYZ55.0648.0595.18-
YUV188.15161.78135.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=32.20%
G=27.67%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1991712480.200.3100.03261.8284.6282.16
HexC7ABF8141F031065552
Octal307253370243703406125122
Binary110001111010101111111000101001111101110000011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABF8; }

 p { color: rgb(199,171,248); }

 H1.HeaderClassName
 {
   color: #C7ABF8;
 }
 .AnyTagClassName
 {
   color: #C7ABF8;
 }
</style>
background-color css

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

 a { background-color: rgb(199,171,248); }

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

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

 span { border-color: rgb(199,171,248); }

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