#C6B0FE

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

Shades of Melrose #C6B0FE

Tints of Melrose #C6B0FE

Color information

#C6B0FE (or 0xC6B0FE) is unknown color: approx Melrose. HEX triplet: C6, B0 and FE. RGB value is (198,176,254). Sum of RGB (Red+Green+Blue) = 198+176+254=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0FE is #394F01. Grayscale: #BFBFBF. Windows color (decimal): -3755778 or 16691398. OLE color: 16691398.

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

Color convert

RGB198176254-
CMYK0.220.3100.00
HSL256.92º97.5%84.31%-
HSV(B)256.92º30.71%99.61%-
XYZ56.750.21100.47-
YUV191.47163.29132.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=31.53%
G=28.03%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981762540.220.3100.00256.9297.584.31
HexC6B0FE161F001016254
Octal306260376263700401142124
Binary11000110101100001111111010110111110010000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B0FE; }

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

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

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

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

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

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

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

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