#C6B1FE

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

Shades of Melrose #C6B1FE

Tints of Melrose #C6B1FE

Color information

#C6B1FE (or 0xC6B1FE) is unknown color: approx Melrose. HEX triplet: C6, B1 and FE. RGB value is (198,177,254). Sum of RGB (Red+Green+Blue) = 198+177+254=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B1FE is #394E01. Grayscale: #BFBFBF. Windows color (decimal): -3755522 or 16691654. OLE color: 16691654.

HSL color Cylindrical-coordinate representation of color #C6B1FE: hue angle of 256.36º 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 #C6B1FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198177254-
CMYK0.220.3000.00
HSL256.36º97.47%84.51%-
HSV(B)256.36º30.31%99.61%-
XYZ56.950.61100.53-
YUV192.06162.96132.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.48%
GREEN value IS 177 (69.53% from 255) = 28.14%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=31.48%
G=28.14%
B=40.38%

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
Decimal1981772540.220.3000.00256.3697.4784.51
HexC6B1FE161E001006155
Octal306261376263600400141125
Binary11000110101100011111111010110111100010000000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B1FE; }

 p { color: rgb(198,177,254); }

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

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

 a { background-color: rgb(198,177,254); }

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

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

 span { border-color: rgb(198,177,254); }

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