#C0ABFC

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

Shades of Melrose #C0ABFC

Tints of Melrose #C0ABFC

Color information

#C0ABFC (or 0xC0ABFC) is unknown color: approx Melrose. HEX triplet: C0, AB and FC. RGB value is (192,171,252). Sum of RGB (Red+Green+Blue) = 192+171+252=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFC is #3F5403. Grayscale: #BABABA. Windows color (decimal): -4150276 or 16559040. OLE color: 16559040.

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

Color convert

RGB192171252-
CMYK0.240.3200.01
HSL255.56º93.1%82.94%-
HSV(B)255.56º32.14%98.82%-
XYZ53.8747.3698.4-
YUV186.51164.96131.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=31.22%
G=27.80%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921712520.240.3200.01255.5693.182.94
HexC0ABFC1820011005d53
Octal300253374304001400135123
Binary110000001010101111111100110001000000110000000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABFC; }

 p { color: rgb(192,171,252); }

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

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

 a { background-color: rgb(192,171,252); }

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

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

 span { border-color: rgb(192,171,252); }

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