#C0A7FA

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

Shades of Melrose #C0A7FA

Tints of Melrose #C0A7FA

Color information

#C0A7FA (or 0xC0A7FA) is unknown color: approx Melrose. HEX triplet: C0, A7 and FA. RGB value is (192,167,250). Sum of RGB (Red+Green+Blue) = 192+167+250=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A7FA is #3F5805. Grayscale: #B7B7B7. Windows color (decimal): -4151302 or 16426944. OLE color: 16426944.

HSL color Cylindrical-coordinate representation of color #C0A7FA: hue angle of 258.07º 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 #C0A7FA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192167250-
CMYK0.230.3300.02
HSL258.07º89.25%81.76%-
HSV(B)258.07º33.2%98.04%-
XYZ52.8145.7596.49-
YUV183.94165.28133.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=31.53%
G=27.42%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921672500.230.3300.02258.0789.2581.76
HexC0A7FA1721021025952
Octal300247372274102402131122
Binary1100000010100111111110101011110000101010000001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7FA; }

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

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

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

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

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

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

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

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