Html Css Color HEX #C9B1F9 Melrose

📋 copy color: '#C9B1F9'

red 201 ◦ green 177 ◦ blue 249

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

Shades of Melrose #C9B1F9

Tints of Melrose #C9B1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.71%

R = 32.06%
G = 28.23%
B = 39.71%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9B1F9 (or 0xC9B1F9) is known color: Melrose. HEX triplet: C9, B1 and F9. RGB value is (201,177,249). Sum of RGB (Red+Green+Blue) = 201+177+249=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9B1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1F9 is #364E06. Grayscale: #C0C0C0. Windows color (decimal): -3558919 or 16363977. OLE color: 16363977.

HSL color Cylindrical-coordinate representation of color #C9B1F9: hue angle of 260º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B1F9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 177 249 -
CMYK 0.19 0.29 0 0.02
HSL 260º 0.86% 0.84% -
HSV(B) 260º 0.29% 0.98% -
XYZ 56.91 50.7 96.41 -
YUV 192.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 201 177 249 0.19 0.29 0 0.02 260 0.86 0.84
Hex C9 B1 F9 13 1D 0 2 104 56 54
Octal 311 261 371 23 35 0 2 404 126 124
Binary 11001001 10110001 11111001 10011 11101 0 10 100000100 1010110 1010100

Color Harmonies of #C9B1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1F9

Black with #C9B1F9

Text Example


Text Example

White with #C9B1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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