#C0A8FF

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

Shades of Melrose #C0A8FF

Tints of Melrose #C0A8FF

Color information

#C0A8FF (or 0xC0A8FF) is unknown color: approx Melrose. HEX triplet: C0, A8 and FF. RGB value is (192,168,255). Sum of RGB (Red+Green+Blue) = 192+168+255=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8FF is #3F5700. Grayscale: #B8B8B8. Windows color (decimal): -4151041 or 16754880. OLE color: 16754880.

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

Color convert

RGB192168255-
CMYK0.250.3400
HSL256.55º100%82.94%-
HSV(B)256.55º34.12%100%-
XYZ53.7946.43100.73-
YUV185.09167.45132.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 255 (100% from 255) = 41.46%
R=31.22%
G=27.32%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921682550.250.3400256.5510082.94
HexC0A8FF1922001016453
Octal300250377314200401144123
Binary110000001010100011111111110011000100010000000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8FF; }

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

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

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

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

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

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

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

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