#C8B4F0

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

Shades of Melrose #C8B4F0

Tints of Melrose #C8B4F0

Color information

#C8B4F0 (or 0xC8B4F0) is unknown color: approx Melrose. HEX triplet: C8, B4 and F0. RGB value is (200,180,240). Sum of RGB (Red+Green+Blue) = 200+180+240=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8B4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4F0 is #374B0F. Grayscale: #C0C0C0. Windows color (decimal): -3623696 or 15774920. OLE color: 15774920.

HSL color Cylindrical-coordinate representation of color #C8B4F0: hue angle of 260º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B4F0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200180240-
CMYK0.170.2500.06
HSL260º66.67%82.35%-
HSV(B)260º25%94.12%-
XYZ55.8751.2189.38-
YUV192.82154.63133.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=32.26%
G=29.03%
B=38.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001802400.170.2500.0626066.6782.35
HexC8B4F01119061044352
Octal310264360213106404103122
Binary1100100010110100111100001000111001011010000010010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4F0; }

 p { color: rgb(200,180,240); }

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

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

 a { background-color: rgb(200,180,240); }

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

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

 span { border-color: rgb(200,180,240); }

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