#C3B4FA

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

Shades of Melrose #C3B4FA

Tints of Melrose #C3B4FA

Color information

#C3B4FA (or 0xC3B4FA) is unknown color: approx Melrose. HEX triplet: C3, B4 and FA. RGB value is (195,180,250). Sum of RGB (Red+Green+Blue) = 195+180+250=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B4FA is #3C4B05. Grayscale: #C0C0C0. Windows color (decimal): -3951366 or 16430275. OLE color: 16430275.

HSL color Cylindrical-coordinate representation of color #C3B4FA: hue angle of 252.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B4FA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195180250-
CMYK0.220.2800.02
HSL252.86º87.5%84.31%-
HSV(B)252.86º28%98.04%-
XYZ56.0851.1597.36-
YUV192.46160.47129.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 250 (98.05% from 255) = 40%
R=31.2%
G=28.8%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951802500.220.2800.02252.8687.584.31
HexC3B4FA161C02fd5854
Octal303264372263402375130124
Binary11000011101101001111101010110111000101111110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B4FA; }

 p { color: rgb(195,180,250); }

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

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

 a { background-color: rgb(195,180,250); }

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

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

 span { border-color: rgb(195,180,250); }

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