#C7ACFB

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

Shades of Melrose #C7ACFB

Tints of Melrose #C7ACFB

Color information

#C7ACFB (or 0xC7ACFB) is unknown color: approx Melrose. HEX triplet: C7, AC and FB. RGB value is (199,172,251). Sum of RGB (Red+Green+Blue) = 199+172+251=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACFB is #385304. Grayscale: #BCBCBC. Windows color (decimal): -3691269 or 16493767. OLE color: 16493767.

HSL color Cylindrical-coordinate representation of color #C7ACFB: hue angle of 260.51º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7ACFB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199172251-
CMYK0.210.3100.02
HSL260.51º90.8%82.94%-
HSV(B)260.51º31.47%98.43%-
XYZ55.7248.6197.71-
YUV189.08162.95135.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=31.99%
G=27.65%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991722510.210.3100.02260.5190.882.94
HexC7ACFB151F021055b53
Octal307254373253702405133123
Binary110001111010110011111011101011111101010000010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACFB; }

 p { color: rgb(199,172,251); }

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

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

 a { background-color: rgb(199,172,251); }

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

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

 span { border-color: rgb(199,172,251); }

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