Html Css Color HEX #C7B1FE Melrose

📋 copy color: '#C7B1FE'

red 199 ◦ green 177 ◦ blue 254

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

Shades of Melrose #C7B1FE

Tints of Melrose #C7B1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 31.59%
G = 28.1%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7B1FE (or 0xC7B1FE) is known color: Melrose. HEX triplet: C7, B1 and FE. RGB value is (199,177,254). Sum of RGB (Red+Green+Blue) = 199+177+254=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1FE is #384E01. Grayscale: #C0C0C0. Windows color (decimal): -3689986 or 16691655. OLE color: 16691655.

HSL color Cylindrical-coordinate representation of color #C7B1FE: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B1FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 177 254 -
CMYK 0.22 0.30 0 0.00
HSL 257.14º 0.97% 0.85% -
HSV(B) 257.14º 0.3% 1% -
XYZ 57.16 50.74 100.55 -
YUV 192.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 199 177 254 0.22 0.30 0 0.00 257.14 0.97 0.85
Hex C7 B1 FE 16 1E 0 0 101 61 55
Octal 307 261 376 26 36 0 0 401 141 125
Binary 11000111 10110001 11111110 10110 11110 0 0 100000001 1100001 1010101

Color Harmonies of #C7B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B1FE

Black with #C7B1FE

Text Example


Text Example

White with #C7B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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