#C5ABFC

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

Shades of Melrose #C5ABFC

Tints of Melrose #C5ABFC

Color information

#C5ABFC (or 0xC5ABFC) is unknown color: approx Melrose. HEX triplet: C5, AB and FC. RGB value is (197,171,252). Sum of RGB (Red+Green+Blue) = 197+171+252=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFC is #3A5403. Grayscale: #BBBBBB. Windows color (decimal): -3822596 or 16559045. OLE color: 16559045.

HSL color Cylindrical-coordinate representation of color #C5ABFC: hue angle of 259.26º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ABFC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197171252-
CMYK0.220.3200.01
HSL259.26º93.1%82.94%-
HSV(B)259.26º32.14%98.82%-
XYZ55.1648.0298.46-
YUV188.01164.11134.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=31.77%
G=27.58%
B=40.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971712520.220.3200.01259.2693.182.94
HexC5ABFC1620011035d53
Octal305253374264001403135123
Binary110001011010101111111100101101000000110000001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABFC; }

 p { color: rgb(197,171,252); }

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

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

 a { background-color: rgb(197,171,252); }

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

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

 span { border-color: rgb(197,171,252); }

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