#C4ACF7

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

Shades of Melrose #C4ACF7

Tints of Melrose #C4ACF7

Color information

#C4ACF7 (or 0xC4ACF7) is unknown color: approx Melrose. HEX triplet: C4, AC and F7. RGB value is (196,172,247). Sum of RGB (Red+Green+Blue) = 196+172+247=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #C4ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACF7 is #3B5308. Grayscale: #BBBBBB. Windows color (decimal): -3887881 or 16231620. OLE color: 16231620.

HSL color Cylindrical-coordinate representation of color #C4ACF7: hue angle of 259.2º 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 #C4ACF7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196172247-
CMYK0.210.3000.03
HSL259.2º82.42%82.16%-
HSV(B)259.2º30.36%96.86%-
XYZ54.3147.9694.39-
YUV187.73161.45133.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=31.87%
G=27.97%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961722470.210.3000.03259.282.4282.16
HexC4ACF7151E031035252
Octal304254367253603403122122
Binary110001001010110011110111101011111001110000001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACF7; }

 p { color: rgb(196,172,247); }

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

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

 a { background-color: rgb(196,172,247); }

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

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

 span { border-color: rgb(196,172,247); }

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