#C8B5FC

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

Shades of Melrose #C8B5FC

Tints of Melrose #C8B5FC

Color information

#C8B5FC (or 0xC8B5FC) is unknown color: approx Melrose. HEX triplet: C8, B5 and FC. RGB value is (200,181,252). Sum of RGB (Red+Green+Blue) = 200+181+252=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5FC is #374A03. Grayscale: #C2C2C2. Windows color (decimal): -3623428 or 16561608. OLE color: 16561608.

HSL color Cylindrical-coordinate representation of color #C8B5FC: hue angle of 256.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B5FC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200181252-
CMYK0.210.2800.01
HSL256.06º92.21%84.9%-
HSV(B)256.06º28.17%98.82%-
XYZ57.9152.3699.15-
YUV194.78160.29131.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 181 (71.09% from 255) = 28.59%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=31.60%
G=28.59%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001812520.210.2800.01256.0692.2184.9
HexC8B5FC151C011005c55
Octal310265374253401400134125
Binary11001000101101011111110010101111000110000000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5FC; }

 p { color: rgb(200,181,252); }

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

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

 a { background-color: rgb(200,181,252); }

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

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

 span { border-color: rgb(200,181,252); }

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