Html Css Color HEX #C7B3EB Melrose

📋 copy color: '#C7B3EB'

red 199 ◦ green 179 ◦ blue 235

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

Shades of Melrose #C7B3EB

Tints of Melrose #C7B3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.2%

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 32.46%
G = 29.2%
B = 38.34%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7B3EB (or 0xC7B3EB) is known color: Melrose. HEX triplet: C7, B3 and EB. RGB value is (199,179,235). Sum of RGB (Red+Green+Blue) = 199+179+235=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3EB is #384C14. Grayscale: #BFBFBF. Windows color (decimal): -3689493 or 15446983. OLE color: 15446983.

HSL color Cylindrical-coordinate representation of color #C7B3EB: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B3EB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 179 235 -
CMYK 0.15 0.24 0 0.08
HSL 261.43º 0.58% 0.81% -
HSV(B) 261.43º 0.24% 0.92% -
XYZ 54.67 50.38 85.44 -
YUV 191.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 199 179 235 0.15 0.24 0 0.08 261.43 0.58 0.81
Hex C7 B3 EB F 18 0 8 105 3A 51
Octal 307 263 353 17 30 0 10 405 72 121
Binary 11000111 10110011 11101011 1111 11000 0 1000 100000101 111010 1010001

Color Harmonies of #C7B3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3EB

Black with #C7B3EB

Text Example


Text Example

White with #C7B3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3EB; }

 p { color: rgb(199,179,235); }

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

background-color css

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

 a { background-color: rgb(199,179,235); }

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

border-color css

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

 span { border-color: rgb(199,179,235); }

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