#C8B0FD

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

Shades of Melrose #C8B0FD

Tints of Melrose #C8B0FD

Color information

#C8B0FD (or 0xC8B0FD) is unknown color: approx Melrose. HEX triplet: C8, B0 and FD. RGB value is (200,176,253). Sum of RGB (Red+Green+Blue) = 200+176+253=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0FD is #374F02. Grayscale: #BFBFBF. Windows color (decimal): -3624707 or 16625864. OLE color: 16625864.

HSL color Cylindrical-coordinate representation of color #C8B0FD: hue angle of 258.7º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B0FD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200176253-
CMYK0.210.3000.01
HSL258.7º95.06%84.12%-
HSV(B)258.7º30.43%99.22%-
XYZ57.0750.4299.65-
YUV191.95162.45133.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=31.80%
G=27.98%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001762530.210.3000.01258.795.0684.12
HexC8B0FD151E011035f54
Octal310260375253601403137124
Binary11001000101100001111110110101111100110000001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0FD; }

 p { color: rgb(200,176,253); }

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

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

 a { background-color: rgb(200,176,253); }

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

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

 span { border-color: rgb(200,176,253); }

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