Html Css Color HEX #C7B5EA Melrose

📋 copy color: '#C7B5EA'

red 199 ◦ green 181 ◦ blue 234

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

Shades of Melrose #C7B5EA

Tints of Melrose #C7B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 32.41%
G = 29.48%
B = 38.11%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7B5EA (or 0xC7B5EA) is known color: Melrose. HEX triplet: C7, B5 and EA. RGB value is (199,181,234). Sum of RGB (Red+Green+Blue) = 199+181+234=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EA is #384A15. Grayscale: #C0C0C0. Windows color (decimal): -3688982 or 15381959. OLE color: 15381959.

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

Color convert

RGB 199 181 234 -
CMYK 0.15 0.23 0 0.08
HSL 260.38º 0.56% 0.81% -
HSV(B) 260.38º 0.23% 0.92% -
XYZ 54.93 51.13 84.82 -
YUV 192.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 199 181 234 0.15 0.23 0 0.08 260.38 0.56 0.81
Hex C7 B5 EA F 17 0 8 104 38 51
Octal 307 265 352 17 27 0 10 404 70 121
Binary 11000111 10110101 11101010 1111 10111 0 1000 100000100 111000 1010001

Color Harmonies of #C7B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B5EA

Black with #C7B5EA

Text Example


Text Example

White with #C7B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B5EA; }

 p { color: rgb(199,181,234); }

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

background-color css

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

 a { background-color: rgb(199,181,234); }

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

border-color css

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

 span { border-color: rgb(199,181,234); }

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