#C5ACFC

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

Shades of Melrose #C5ACFC

Tints of Melrose #C5ACFC

Color information

#C5ACFC (or 0xC5ACFC) is unknown color: approx Melrose. HEX triplet: C5, AC and FC. RGB value is (197,172,252). Sum of RGB (Red+Green+Blue) = 197+172+252=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACFC is #3A5303. Grayscale: #BCBCBC. Windows color (decimal): -3822340 or 16559301. OLE color: 16559301.

HSL color Cylindrical-coordinate representation of color #C5ACFC: hue angle of 258.75º 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 #C5ACFC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197172252-
CMYK0.220.3200.01
HSL258.75º93.02%83.14%-
HSV(B)258.75º31.75%98.82%-
XYZ55.3548.498.52-
YUV188.6163.78134-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=31.72%
G=27.70%
B=40.58%

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
Decimal1971722520.220.3200.01258.7593.0283.14
HexC5ACFC1620011035d53
Octal305254374264001403135123
Binary110001011010110011111100101101000000110000001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACFC; }

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

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

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

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

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

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

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

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