#C0AFFB

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

Shades of Melrose #C0AFFB

Tints of Melrose #C0AFFB

Color information

#C0AFFB (or 0xC0AFFB) is unknown color: approx Melrose. HEX triplet: C0, AF and FB. RGB value is (192,175,251). Sum of RGB (Red+Green+Blue) = 192+175+251=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFFB is #3F5004. Grayscale: #BCBCBC. Windows color (decimal): -4149253 or 16494528. OLE color: 16494528.

HSL color Cylindrical-coordinate representation of color #C0AFFB: hue angle of 253.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AFFB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192175251-
CMYK0.240.3000.02
HSL253.42º90.48%83.53%-
HSV(B)253.42º30.28%98.43%-
XYZ54.4848.8397.82-
YUV188.75163.13130.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=31.07%
G=28.32%
B=40.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921752510.240.3000.02253.4290.4883.53
HexC0AFFB181E02fd5a54
Octal300257373303602375132124
Binary11000000101011111111101111000111100101111110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFFB; }

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

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

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

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

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

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

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

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