Html Css Color HEX #C7B4FB Melrose

📋 copy color: '#C7B4FB'

red 199 ◦ green 180 ◦ blue 251

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

Shades of Melrose #C7B4FB

Tints of Melrose #C7B4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.57%

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

R = 31.59%
G = 28.57%
B = 39.84%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7B4FB (or 0xC7B4FB) is known color: Melrose. HEX triplet: C7, B4 and FB. RGB value is (199,180,251). Sum of RGB (Red+Green+Blue) = 199+180+251=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7B4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4FB is #384B04. Grayscale: #C1C1C1. Windows color (decimal): -3689221 or 16495815. OLE color: 16495815.

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

Color convert

RGB 199 180 251 -
CMYK 0.21 0.28 0 0.02
HSL 256.06º 0.9% 0.85% -
HSV(B) 256.06º 0.28% 0.98% -
XYZ 57.29 51.75 98.24 -
YUV 193.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 199 180 251 0.21 0.28 0 0.02 256.06 0.9 0.85
Hex C7 B4 FB 15 1C 0 2 100 5A 55
Octal 307 264 373 25 34 0 2 400 132 125
Binary 11000111 10110100 11111011 10101 11100 0 10 100000000 1011010 1010101

Color Harmonies of #C7B4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4FB

Black with #C7B4FB

Text Example


Text Example

White with #C7B4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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