#C7B3FE

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

Shades of Melrose #C7B3FE

Tints of Melrose #C7B3FE

Color information

#C7B3FE (or 0xC7B3FE) is unknown color: approx Melrose. HEX triplet: C7, B3 and FE. RGB value is (199,179,254). Sum of RGB (Red+Green+Blue) = 199+179+254=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3FE is #384C01. Grayscale: #C1C1C1. Windows color (decimal): -3689474 or 16692167. OLE color: 16692167.

HSL color Cylindrical-coordinate representation of color #C7B3FE: hue angle of 256º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B3FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199179254-
CMYK0.220.3000.00
HSL256º97.4%84.9%-
HSV(B)256º29.53%99.61%-
XYZ57.5651.54100.68-
YUV193.53162.13131.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 179 (70.31% from 255) = 28.32%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=31.49%
G=28.32%
B=40.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991792540.220.3000.0025697.484.9
HexC7B3FE161E001006155
Octal307263376263600400141125
Binary11000111101100111111111010110111100010000000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3FE; }

 p { color: rgb(199,179,254); }

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

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

 a { background-color: rgb(199,179,254); }

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

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

 span { border-color: rgb(199,179,254); }

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