#C3B1EA

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

Shades of Melrose #C3B1EA

Tints of Melrose #C3B1EA

Color information

#C3B1EA (or 0xC3B1EA) is unknown color: approx Melrose. HEX triplet: C3, B1 and EA. RGB value is (195,177,234). Sum of RGB (Red+Green+Blue) = 195+177+234=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B1EA is #3C4E15. Grayscale: #BCBCBC. Windows color (decimal): -3952150 or 15380931. OLE color: 15380931.

HSL color Cylindrical-coordinate representation of color #C3B1EA: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3B1EA is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195177234-
CMYK0.170.2400.08
HSL258.95º57.58%80.59%-
HSV(B)258.95º24.36%91.76%-
XYZ53.0848.9984.5-
YUV188.88153.46132.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=32.18%
G=29.21%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951772340.170.2400.08258.9557.5880.59
HexC3B1EA1118081033a51
Octal303261352213001040372121
Binary1100001110110001111010101000111000010001000000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1EA; }

 p { color: rgb(195,177,234); }

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

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

 a { background-color: rgb(195,177,234); }

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

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

 span { border-color: rgb(195,177,234); }

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