Html Css Color HEX #C6B5F1 Melrose

📋 copy color: '#C6B5F1'

red 198 ◦ green 181 ◦ blue 241

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

Shades of Melrose #C6B5F1

Tints of Melrose #C6B5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 31.94%
G = 29.19%
B = 38.87%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6B5F1 (or 0xC6B5F1) is known color: Melrose. HEX triplet: C6, B5 and F1. RGB value is (198,181,241). Sum of RGB (Red+Green+Blue) = 198+181+241=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5F1 is #394A0E. Grayscale: #C0C0C0. Windows color (decimal): -3754511 or 15840710. OLE color: 15840710.

HSL color Cylindrical-coordinate representation of color #C6B5F1: hue angle of 257º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6B5F1 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 181 241 -
CMYK 0.18 0.25 0 0.05
HSL 257º 0.68% 0.83% -
HSV(B) 257º 0.25% 0.95% -
XYZ 55.69 51.4 90.21 -
YUV 192.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 198 181 241 0.18 0.25 0 0.05 257 0.68 0.83
Hex C6 B5 F1 12 19 0 5 101 44 53
Octal 306 265 361 22 31 0 5 401 104 123
Binary 11000110 10110101 11110001 10010 11001 0 101 100000001 1000100 1010011

Color Harmonies of #C6B5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5F1

Black with #C6B5F1

Text Example


Text Example

White with #C6B5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5F1; }

 p { color: rgb(198,181,241); }

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

background-color css

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

 a { background-color: rgb(198,181,241); }

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

border-color css

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

 span { border-color: rgb(198,181,241); }

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