Html Css Color HEX #C6B0EE Melrose

📋 copy color: '#C6B0EE'

red 198 ◦ green 176 ◦ blue 238

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

Shades of Melrose #C6B0EE

Tints of Melrose #C6B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.76%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 32.35%
G = 28.76%
B = 38.89%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B0EE (or 0xC6B0EE) is known color: Melrose. HEX triplet: C6, B0 and EE. RGB value is (198,176,238). Sum of RGB (Red+Green+Blue) = 198+176+238=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0EE is #394F11. Grayscale: #BDBDBD. Windows color (decimal): -3755794 or 15642822. OLE color: 15642822.

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

Color convert

RGB 198 176 238 -
CMYK 0.17 0.26 0 0.07
HSL 261.29º 0.65% 0.81% -
HSV(B) 261.29º 0.26% 0.93% -
XYZ 54.25 49.23 87.53 -
YUV 189.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 198 176 238 0.17 0.26 0 0.07 261.29 0.65 0.81
Hex C6 B0 EE 11 1A 0 7 105 41 51
Octal 306 260 356 21 32 0 7 405 101 121
Binary 11000110 10110000 11101110 10001 11010 0 111 100000101 1000001 1010001

Color Harmonies of #C6B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0EE

Black with #C6B0EE

Text Example


Text Example

White with #C6B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0EE; }

 p { color: rgb(198,176,238); }

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

background-color css

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

 a { background-color: rgb(198,176,238); }

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

border-color css

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

 span { border-color: rgb(198,176,238); }

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