#C3ABF7

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

Shades of Melrose #C3ABF7

Tints of Melrose #C3ABF7

Color information

#C3ABF7 (or 0xC3ABF7) is unknown color: approx Melrose. HEX triplet: C3, AB and F7. RGB value is (195,171,247). Sum of RGB (Red+Green+Blue) = 195+171+247=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 171 (67.19% from 255 or 27.90% 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 #C3ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABF7 is #3C5408. Grayscale: #BABABA. Windows color (decimal): -3953673 or 16231363. OLE color: 16231363.

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

Color convert

RGB195171247-
CMYK0.210.3100.03
HSL258.95º82.61%81.96%-
HSV(B)258.95º30.77%96.86%-
XYZ53.8647.4494.31-
YUV186.84161.95133.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=31.81%
G=27.90%
B=40.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951712470.210.3100.03258.9582.6181.96
HexC3ABF7151F031035352
Octal303253367253703403123122
Binary110000111010101111110111101011111101110000001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABF7; }

 p { color: rgb(195,171,247); }

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

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

 a { background-color: rgb(195,171,247); }

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

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

 span { border-color: rgb(195,171,247); }

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