#C0AFF5

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

Shades of Melrose #C0AFF5

Tints of Melrose #C0AFF5

Color information

#C0AFF5 (or 0xC0AFF5) is unknown color: approx Melrose. HEX triplet: C0, AF and F5. RGB value is (192,175,245). Sum of RGB (Red+Green+Blue) = 192+175+245=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF5 is #3F500A. Grayscale: #BBBBBB. Windows color (decimal): -4149259 or 16101312. OLE color: 16101312.

HSL color Cylindrical-coordinate representation of color #C0AFF5: hue angle of 254.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AFF5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192175245-
CMYK0.220.2900.04
HSL254.57º77.78%82.35%-
HSV(B)254.57º28.57%96.08%-
XYZ53.5548.4692.92-
YUV188.06160.13130.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 245 (96.09% from 255) = 40.03%
R=31.37%
G=28.59%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921752450.220.2900.04254.5777.7882.35
HexC0AFF5161D04ff4e52
Octal300257365263504377116122
Binary110000001010111111110101101101110101001111111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFF5; }

 p { color: rgb(192,175,245); }

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

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

 a { background-color: rgb(192,175,245); }

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

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

 span { border-color: rgb(192,175,245); }

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