#C6ACFE

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

Shades of Melrose #C6ACFE

Tints of Melrose #C6ACFE

Color information

#C6ACFE (or 0xC6ACFE) is unknown color: approx Melrose. HEX triplet: C6, AC and FE. RGB value is (198,172,254). Sum of RGB (Red+Green+Blue) = 198+172+254=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACFE is #395301. Grayscale: #BCBCBC. Windows color (decimal): -3756802 or 16690374. OLE color: 16690374.

HSL color Cylindrical-coordinate representation of color #C6ACFE: hue angle of 259.02º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6ACFE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198172254-
CMYK0.220.3200.00
HSL259.02º97.62%83.53%-
HSV(B)259.02º32.28%99.61%-
XYZ55.9348.67100.21-
YUV189.12164.61134.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.73%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=31.73%
G=27.56%
B=40.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981722540.220.3200.00259.0297.6283.53
HexC6ACFE1620001036254
Octal306254376264000403142124
Binary110001101010110011111110101101000000010000001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACFE; }

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

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

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

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

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

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

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

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