#C3ACF0

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

Shades of Melrose #C3ACF0

Tints of Melrose #C3ACF0

Color information

#C3ACF0 (or 0xC3ACF0) is unknown color: approx Melrose. HEX triplet: C3, AC and F0. RGB value is (195,172,240). Sum of RGB (Red+Green+Blue) = 195+172+240=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF0 is #3C530F. Grayscale: #BABABA. Windows color (decimal): -3953424 or 15772867. OLE color: 15772867.

HSL color Cylindrical-coordinate representation of color #C3ACF0: hue angle of 260.29º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3ACF0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195172240-
CMYK0.190.2800.06
HSL260.29º69.39%80.78%-
HSV(B)260.29º28.33%94.12%-
XYZ52.9947.488.79-
YUV186.63158.12133.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=32.13%
G=28.34%
B=39.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951722400.190.2800.06260.2969.3980.78
HexC3ACF0131C061044551
Octal303254360233406404105121
Binary1100001110101100111100001001111100011010000010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACF0; }

 p { color: rgb(195,172,240); }

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

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

 a { background-color: rgb(195,172,240); }

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

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

 span { border-color: rgb(195,172,240); }

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