#C2A7FA

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

Shades of Melrose #C2A7FA

Tints of Melrose #C2A7FA

Color information

#C2A7FA (or 0xC2A7FA) is unknown color: approx Melrose. HEX triplet: C2, A7 and FA. RGB value is (194,167,250). Sum of RGB (Red+Green+Blue) = 194+167+250=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FA is #3D5805. Grayscale: #B8B8B8. Windows color (decimal): -4020230 or 16426946. OLE color: 16426946.

HSL color Cylindrical-coordinate representation of color #C2A7FA: hue angle of 259.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A7FA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194167250-
CMYK0.220.3300.02
HSL259.52º89.25%81.76%-
HSV(B)259.52º33.2%98.04%-
XYZ53.3246.0196.51-
YUV184.54164.95134.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=31.75%
G=27.33%
B=40.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941672500.220.3300.02259.5289.2581.76
HexC2A7FA1621021045952
Octal302247372264102404131122
Binary1100001010100111111110101011010000101010000010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A7FA; }

 p { color: rgb(194,167,250); }

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

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

 a { background-color: rgb(194,167,250); }

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

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

 span { border-color: rgb(194,167,250); }

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