#C0A7FE

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

Shades of Melrose #C0A7FE

Tints of Melrose #C0A7FE

Color information

#C0A7FE (or 0xC0A7FE) is unknown color: approx Melrose. HEX triplet: C0, A7 and FE. RGB value is (192,167,254). Sum of RGB (Red+Green+Blue) = 192+167+254=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A7FE is #3F5801. Grayscale: #B8B8B8. Windows color (decimal): -4151298 or 16689088. OLE color: 16689088.

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

Color convert

RGB192167254-
CMYK0.240.3400.00
HSL257.24º97.75%82.55%-
HSV(B)257.24º34.25%99.61%-
XYZ53.454699.83-
YUV184.39167.28133.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 167 (65.62% from 255) = 27.24%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=31.32%
G=27.24%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921672540.240.3400.00257.2497.7582.55
HexC0A7FE1822001016253
Octal300247376304200401142123
Binary110000001010011111111110110001000100010000000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7FE; }

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

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

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

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

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

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

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

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