#C0A7FD

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

Shades of Melrose #C0A7FD

Tints of Melrose #C0A7FD

Color information

#C0A7FD (or 0xC0A7FD) is unknown color: approx Melrose. HEX triplet: C0, A7 and FD. RGB value is (192,167,253). Sum of RGB (Red+Green+Blue) = 192+167+253=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A7FD is #3F5802. Grayscale: #B7B7B7. Windows color (decimal): -4151299 or 16623552. OLE color: 16623552.

HSL color Cylindrical-coordinate representation of color #C0A7FD: hue angle of 257.44º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A7FD is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192167253-
CMYK0.240.3400.01
HSL257.44º95.56%82.35%-
HSV(B)257.44º33.99%99.22%-
XYZ53.2945.9498.99-
YUV184.28166.78133.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=31.37%
G=27.29%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921672530.240.3400.01257.4495.5682.35
HexC0A7FD1822011016052
Octal300247375304201401140122
Binary110000001010011111111101110001000100110000000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7FD; }

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

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

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

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

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

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

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

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