#C2A6FE

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

Shades of Melrose #C2A6FE

Tints of Melrose #C2A6FE

Color information

#C2A6FE (or 0xC2A6FE) is unknown color: approx Melrose. HEX triplet: C2, A6 and FE. RGB value is (194,166,254). Sum of RGB (Red+Green+Blue) = 194+166+254=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6FE is #3D5901. Grayscale: #B8B8B8. Windows color (decimal): -4020482 or 16688834. OLE color: 16688834.

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

Color convert

RGB194166254-
CMYK0.240.3500.00
HSL259.09º97.78%82.35%-
HSV(B)259.09º34.65%99.61%-
XYZ53.7745.999.79-
YUV184.4167.28134.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=31.60%
G=27.04%
B=41.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941662540.240.3500.00259.0997.7882.35
HexC2A6FE1823001036252
Octal302246376304300403142122
Binary110000101010011011111110110001000110010000001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6FE; }

 p { color: rgb(194,166,254); }

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

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

 a { background-color: rgb(194,166,254); }

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

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

 span { border-color: rgb(194,166,254); }

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