#C0A8FB

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

Shades of Melrose #C0A8FB

Tints of Melrose #C0A8FB

Color information

#C0A8FB (or 0xC0A8FB) is unknown color: approx Melrose. HEX triplet: C0, A8 and FB. RGB value is (192,168,251). Sum of RGB (Red+Green+Blue) = 192+168+251=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8FB is #3F5704. Grayscale: #B8B8B8. Windows color (decimal): -4151045 or 16492736. OLE color: 16492736.

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

Color convert

RGB192168251-
CMYK0.240.3300.02
HSL257.35º91.21%82.16%-
HSV(B)257.35º33.07%98.43%-
XYZ53.1546.1897.38-
YUV184.64165.45133.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.42%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=31.42%
G=27.50%
B=41.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921682510.240.3300.02257.3591.2182.16
HexC0A8FB1821021015b52
Octal300250373304102401133122
Binary1100000010101000111110111100010000101010000000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8FB; }

 p { color: rgb(192,168,251); }

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

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

 a { background-color: rgb(192,168,251); }

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

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

 span { border-color: rgb(192,168,251); }

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