#C3ACF9

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

Shades of Melrose #C3ACF9

Tints of Melrose #C3ACF9

Color information

#C3ACF9 (or 0xC3ACF9) is unknown color: approx Melrose. HEX triplet: C3, AC and F9. RGB value is (195,172,249). Sum of RGB (Red+Green+Blue) = 195+172+249=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF9 is #3C5306. Grayscale: #BBBBBB. Windows color (decimal): -3953415 or 16362691. OLE color: 16362691.

HSL color Cylindrical-coordinate representation of color #C3ACF9: hue angle of 257.92º degrees, saturation: 0.87, 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 #C3ACF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195172249-
CMYK0.220.3100.02
HSL257.92º86.52%82.55%-
HSV(B)257.92º30.92%97.65%-
XYZ54.3647.9596.01-
YUV187.66162.62133.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=31.66%
G=27.92%
B=40.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951722490.220.3100.02257.9286.5282.55
HexC3ACF9161F021025753
Octal303254371263702402127123
Binary110000111010110011111001101101111101010000001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACF9; }

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

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

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

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

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

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

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

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