Html Css Color HEX #C9B5FC Melrose

📋 copy color: '#C9B5FC'

red 201 ◦ green 181 ◦ blue 252

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

Shades of Melrose #C9B5FC

Tints of Melrose #C9B5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 31.7%
G = 28.55%
B = 39.75%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9B5FC (or 0xC9B5FC) is known color: Melrose. HEX triplet: C9, B5 and FC. RGB value is (201,181,252). Sum of RGB (Red+Green+Blue) = 201+181+252=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5FC is #364A03. Grayscale: #C2C2C2. Windows color (decimal): -3557892 or 16561609. OLE color: 16561609.

HSL color Cylindrical-coordinate representation of color #C9B5FC: hue angle of 256.9º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9B5FC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 181 252 -
CMYK 0.20 0.28 0 0.01
HSL 256.9º 0.92% 0.85% -
HSV(B) 256.9º 0.28% 0.99% -
XYZ 58.18 52.49 99.16 -
YUV 195.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 201 181 252 0.20 0.28 0 0.01 256.9 0.92 0.85
Hex C9 B5 FC 14 1C 0 1 101 5C 55
Octal 311 265 374 24 34 0 1 401 134 125
Binary 11001001 10110101 11111100 10100 11100 0 1 100000001 1011100 1010101

Color Harmonies of #C9B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5FC

Black with #C9B5FC

Text Example


Text Example

White with #C9B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5FC; }

 p { color: rgb(201,181,252); }

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

background-color css

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

 a { background-color: rgb(201,181,252); }

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

border-color css

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

 span { border-color: rgb(201,181,252); }

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