Html Css Color HEX #C7B0FB Melrose

📋 copy color: '#C7B0FB'

red 199 ◦ green 176 ◦ blue 251

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

Shades of Melrose #C7B0FB

Tints of Melrose #C7B0FB

RGB

 RED value IS 199 (78.13% from 255) = 31.79%

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

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

R = 31.79%
G = 28.12%
B = 40.1%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7B0FB (or 0xC7B0FB) is known color: Melrose. HEX triplet: C7, B0 and FB. RGB value is (199,176,251). Sum of RGB (Red+Green+Blue) = 199+176+251=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0FB is #384F04. Grayscale: #BFBFBF. Windows color (decimal): -3690245 or 16494791. OLE color: 16494791.

HSL color Cylindrical-coordinate representation of color #C7B0FB: hue angle of 258.4º 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 #C7B0FB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 176 251 -
CMYK 0.21 0.30 0 0.02
HSL 258.4º 0.9% 0.84% -
HSV(B) 258.4º 0.3% 0.98% -
XYZ 56.49 50.16 97.97 -
YUV 191.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 199 176 251 0.21 0.30 0 0.02 258.4 0.9 0.84
Hex C7 B0 FB 15 1E 0 2 102 5A 54
Octal 307 260 373 25 36 0 2 402 132 124
Binary 11000111 10110000 11111011 10101 11110 0 10 100000010 1011010 1010100

Color Harmonies of #C7B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0FB

Black with #C7B0FB

Text Example


Text Example

White with #C7B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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