#C3B3F8

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

Shades of Melrose #C3B3F8

Tints of Melrose #C3B3F8

Color information

#C3B3F8 (or 0xC3B3F8) is unknown color: approx Melrose. HEX triplet: C3, B3 and F8. RGB value is (195,179,248). Sum of RGB (Red+Green+Blue) = 195+179+248=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3B3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3F8 is #3C4C07. Grayscale: #BFBFBF. Windows color (decimal): -3951624 or 16298947. OLE color: 16298947.

HSL color Cylindrical-coordinate representation of color #C3B3F8: hue angle of 253.91º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B3F8 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195179248-
CMYK0.210.2800.03
HSL253.91º83.13%83.73%-
HSV(B)253.91º27.82%97.25%-
XYZ55.5750.6295.65-
YUV191.65159.8130.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=31.35%
G=28.78%
B=39.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951792480.210.2800.03253.9183.1383.73
HexC3B3F8151C03fe5354
Octal303263370253403376123124
Binary11000011101100111111100010101111000111111111010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3F8; }

 p { color: rgb(195,179,248); }

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

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

 a { background-color: rgb(195,179,248); }

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

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

 span { border-color: rgb(195,179,248); }

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