Html Css Color HEX #C8B0FB Melrose

📋 copy color: '#C8B0FB'

red 200 ◦ green 176 ◦ blue 251

#C8B0FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C8B0FB

Tints of Melrose #C8B0FB

RGB

 RED value IS 200 (78.52% from 255) = 31.9%

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 31.9%
G = 28.07%
B = 40.03%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8B0FB (or 0xC8B0FB) is known color: Melrose. HEX triplet: C8, B0 and FB. RGB value is (200,176,251). Sum of RGB (Red+Green+Blue) = 200+176+251=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0FB is #374F04. Grayscale: #BFBFBF. Windows color (decimal): -3624709 or 16494792. OLE color: 16494792.

HSL color Cylindrical-coordinate representation of color #C8B0FB: hue angle of 259.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B0FB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 176 251 -
CMYK 0.20 0.30 0 0.02
HSL 259.2º 0.9% 0.84% -
HSV(B) 259.2º 0.3% 0.98% -
XYZ 56.76 50.3 97.98 -
YUV 191.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 200 176 251 0.20 0.30 0 0.02 259.2 0.9 0.84
Hex C8 B0 FB 14 1E 0 2 103 5A 54
Octal 310 260 373 24 36 0 2 403 132 124
Binary 11001000 10110000 11111011 10100 11110 0 10 100000011 1011010 1010100

Color Harmonies of #C8B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B0FB

Black with #C8B0FB

Text Example


Text Example

White with #C8B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B0FB; }

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

 H1.HeaderClassName
 {
   color: #C8B0FB;
 }
 .AnyTagClassName
 {
   color: #C8B0FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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