#C6ACFC

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

Shades of Melrose #C6ACFC

Tints of Melrose #C6ACFC

Color information

#C6ACFC (or 0xC6ACFC) is unknown color: approx Melrose. HEX triplet: C6, AC and FC. RGB value is (198,172,252). Sum of RGB (Red+Green+Blue) = 198+172+252=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACFC is #395303. Grayscale: #BCBCBC. Windows color (decimal): -3756804 or 16559302. OLE color: 16559302.

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

Color convert

RGB198172252-
CMYK0.210.3200.01
HSL259.5º93.02%83.14%-
HSV(B)259.5º31.75%98.82%-
XYZ55.6148.5498.53-
YUV188.89163.61134.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=31.83%
G=27.65%
B=40.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981722520.210.3200.01259.593.0283.14
HexC6ACFC1520011045d53
Octal306254374254001404135123
Binary110001101010110011111100101011000000110000010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACFC; }

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

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

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

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

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

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

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

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