Html Css Color HEX #C9B1ED Melrose

📋 copy color: '#C9B1ED'

red 201 ◦ green 177 ◦ blue 237

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

Shades of Melrose #C9B1ED

Tints of Melrose #C9B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.78%

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 32.68%
G = 28.78%
B = 38.54%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9B1ED (or 0xC9B1ED) is known color: Melrose. HEX triplet: C9, B1 and ED. RGB value is (201,177,237). Sum of RGB (Red+Green+Blue) = 201+177+237=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1ED is #364E12. Grayscale: #BEBEBE. Windows color (decimal): -3558931 or 15577545. OLE color: 15577545.

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

Color convert

RGB 201 177 237 -
CMYK 0.15 0.25 0 0.07
HSL 264º 0.63% 0.81% -
HSV(B) 264º 0.25% 0.93% -
XYZ 55.1 49.98 86.86 -
YUV 191.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 201 177 237 0.15 0.25 0 0.07 264 0.63 0.81
Hex C9 B1 ED F 19 0 7 108 3E 51
Octal 311 261 355 17 31 0 7 410 76 121
Binary 11001001 10110001 11101101 1111 11001 0 111 100001000 111110 1010001

Color Harmonies of #C9B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1ED

Black with #C9B1ED

Text Example


Text Example

White with #C9B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1ED; }

 p { color: rgb(201,177,237); }

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

background-color css

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

 a { background-color: rgb(201,177,237); }

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

border-color css

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

 span { border-color: rgb(201,177,237); }

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