#C2ACF7

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

Shades of Melrose #C2ACF7

Tints of Melrose #C2ACF7

Color information

#C2ACF7 (or 0xC2ACF7) is unknown color: approx Melrose. HEX triplet: C2, AC and F7. RGB value is (194,172,247). Sum of RGB (Red+Green+Blue) = 194+172+247=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF7 is #3D5308. Grayscale: #BABABA. Windows color (decimal): -4018953 or 16231618. OLE color: 16231618.

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

Color convert

RGB194172247-
CMYK0.210.3000.03
HSL257.6º82.42%82.16%-
HSV(B)257.6º30.36%96.86%-
XYZ53.7947.6994.37-
YUV187.13161.79132.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=31.65%
G=28.06%
B=40.29%

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
Decimal1941722470.210.3000.03257.682.4282.16
HexC2ACF7151E031025252
Octal302254367253603402122122
Binary110000101010110011110111101011111001110000001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACF7; }

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

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

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

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

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

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

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

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