Html Css Color HEX #C9B7F5 Melrose

📋 copy color: '#C9B7F5'

red 201 ◦ green 183 ◦ blue 245

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

Shades of Melrose #C9B7F5

Tints of Melrose #C9B7F5

RGB

 RED value IS 201 (78.91% from 255) = 31.96%

 GREEN value IS 183 (71.88% from 255) = 29.09%

 BLUE value IS 245 (96.09% from 255) = 38.95%

R = 31.96%
G = 29.09%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9B7F5 (or 0xC9B7F5) is known color: Melrose. HEX triplet: C9, B7 and F5. RGB value is (201,183,245). Sum of RGB (Red+Green+Blue) = 201+183+245=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9B7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7F5 is #36480A. Grayscale: #C3C3C3. Windows color (decimal): -3557387 or 16103369. OLE color: 16103369.

HSL color Cylindrical-coordinate representation of color #C9B7F5: hue angle of 257.42º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B7F5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 183 245 -
CMYK 0.18 0.25 0 0.04
HSL 257.42º 0.76% 0.84% -
HSV(B) 257.42º 0.25% 0.96% -
XYZ 57.5 52.88 93.56 -
YUV 195.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 201 183 245 0.18 0.25 0 0.04 257.42 0.76 0.84
Hex C9 B7 F5 12 19 0 4 101 4C 54
Octal 311 267 365 22 31 0 4 401 114 124
Binary 11001001 10110111 11110101 10010 11001 0 100 100000001 1001100 1010100

Color Harmonies of #C9B7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7F5

Black with #C9B7F5

Text Example


Text Example

White with #C9B7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7F5; }

 p { color: rgb(201,183,245); }

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

background-color css

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

 a { background-color: rgb(201,183,245); }

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

border-color css

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

 span { border-color: rgb(201,183,245); }

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