#C7B0F3

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

Shades of Melrose #C7B0F3

Tints of Melrose #C7B0F3

Color information

#C7B0F3 (or 0xC7B0F3) is unknown color: approx Melrose. HEX triplet: C7, B0 and F3. RGB value is (199,176,243). Sum of RGB (Red+Green+Blue) = 199+176+243=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0F3 is #384F0C. Grayscale: #BEBEBE. Windows color (decimal): -3690253 or 15970503. OLE color: 15970503.

HSL color Cylindrical-coordinate representation of color #C7B0F3: hue angle of 260.6º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B0F3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199176243-
CMYK0.180.2800.05
HSL260.6º73.63%82.16%-
HSV(B)260.6º27.57%95.29%-
XYZ55.2649.6691.47-
YUV190.52157.62134.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 176 (69.14% from 255) = 28.48%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=32.20%
G=28.48%
B=39.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991762430.180.2800.05260.673.6382.16
HexC7B0F3121C051054a52
Octal307260363223405405112122
Binary1100011110110000111100111001011100010110000010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0F3; }

 p { color: rgb(199,176,243); }

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

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

 a { background-color: rgb(199,176,243); }

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

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

 span { border-color: rgb(199,176,243); }

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