#C8B3FC

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

Shades of Melrose #C8B3FC

Tints of Melrose #C8B3FC

Color information

#C8B3FC (or 0xC8B3FC) is unknown color: approx Melrose. HEX triplet: C8, B3 and FC. RGB value is (200,179,252). Sum of RGB (Red+Green+Blue) = 200+179+252=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3FC is #374C03. Grayscale: #C1C1C1. Windows color (decimal): -3623940 or 16561096. OLE color: 16561096.

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

Color convert

RGB200179252-
CMYK0.210.2900.01
HSL257.26º92.41%84.51%-
HSV(B)257.26º28.97%98.82%-
XYZ57.5151.5599.01-
YUV193.6160.96132.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 179 (70.31% from 255) = 28.37%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=31.70%
G=28.37%
B=39.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001792520.210.2900.01257.2692.4184.51
HexC8B3FC151D011015c55
Octal310263374253501401134125
Binary11001000101100111111110010101111010110000000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3FC; }

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

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

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

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

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

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

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

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