Html Css Color HEX #C7B1FB Melrose

📋 copy color: '#C7B1FB'

red 199 ◦ green 177 ◦ blue 251

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

Shades of Melrose #C7B1FB

Tints of Melrose #C7B1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.23%

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

R = 31.74%
G = 28.23%
B = 40.03%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7B1FB (or 0xC7B1FB) is known color: Melrose. HEX triplet: C7, B1 and FB. RGB value is (199,177,251). Sum of RGB (Red+Green+Blue) = 199+177+251=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 177 (69.53% from 255 or 28.23% 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 #C7B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1FB is #384E04. Grayscale: #BFBFBF. Windows color (decimal): -3689989 or 16495047. OLE color: 16495047.

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

Color convert

RGB 199 177 251 -
CMYK 0.21 0.29 0 0.02
HSL 257.84º 0.9% 0.84% -
HSV(B) 257.84º 0.29% 0.98% -
XYZ 56.69 50.55 98.04 -
YUV 192.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 199 177 251 0.21 0.29 0 0.02 257.84 0.9 0.84
Hex C7 B1 FB 15 1D 0 2 102 5A 54
Octal 307 261 373 25 35 0 2 402 132 124
Binary 11000111 10110001 11111011 10101 11101 0 10 100000010 1011010 1010100

Color Harmonies of #C7B1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B1FB

Black with #C7B1FB

Text Example


Text Example

White with #C7B1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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