Html Css Color HEX #C6B3EC Melrose

📋 copy color: '#C6B3EC'

red 198 ◦ green 179 ◦ blue 236

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

Shades of Melrose #C6B3EC

Tints of Melrose #C6B3EC

RGB

 RED value IS 198 (77.73% from 255) = 32.3%

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 32.3%
G = 29.2%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B3EC (or 0xC6B3EC) is known color: Melrose. HEX triplet: C6, B3 and EC. RGB value is (198,179,236). Sum of RGB (Red+Green+Blue) = 198+179+236=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B3EC is #394C13. Grayscale: #BEBEBE. Windows color (decimal): -3755028 or 15512518. OLE color: 15512518.

HSL color Cylindrical-coordinate representation of color #C6B3EC: hue angle of 260º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B3EC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 179 236 -
CMYK 0.16 0.24 0 0.07
HSL 260º 0.6% 0.81% -
HSV(B) 260º 0.24% 0.93% -
XYZ 54.55 50.3 86.19 -
YUV 191.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 198 179 236 0.16 0.24 0 0.07 260 0.6 0.81
Hex C6 B3 EC 10 18 0 7 104 3C 51
Octal 306 263 354 20 30 0 7 404 74 121
Binary 11000110 10110011 11101100 10000 11000 0 111 100000100 111100 1010001

Color Harmonies of #C6B3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B3EC

Black with #C6B3EC

Text Example


Text Example

White with #C6B3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B3EC; }

 p { color: rgb(198,179,236); }

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

background-color css

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

 a { background-color: rgb(198,179,236); }

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

border-color css

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

 span { border-color: rgb(198,179,236); }

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