Html Css Color HEX #C9B1F3 Melrose

📋 copy color: '#C9B1F3'

red 201 ◦ green 177 ◦ blue 243

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

Shades of Melrose #C9B1F3

Tints of Melrose #C9B1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 32.37%
G = 28.5%
B = 39.13%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9B1F3 (or 0xC9B1F3) is known color: Melrose. HEX triplet: C9, B1 and F3. RGB value is (201,177,243). Sum of RGB (Red+Green+Blue) = 201+177+243=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1F3 is #364E0C. Grayscale: #BFBFBF. Windows color (decimal): -3558925 or 15970761. OLE color: 15970761.

HSL color Cylindrical-coordinate representation of color #C9B1F3: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B1F3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 177 243 -
CMYK 0.17 0.27 0 0.05
HSL 261.82º 0.73% 0.82% -
HSV(B) 261.82º 0.27% 0.95% -
XYZ 55.99 50.33 91.56 -
YUV 191.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 201 177 243 0.17 0.27 0 0.05 261.82 0.73 0.82
Hex C9 B1 F3 11 1B 0 5 106 49 52
Octal 311 261 363 21 33 0 5 406 111 122
Binary 11001001 10110001 11110011 10001 11011 0 101 100000110 1001001 1010010

Color Harmonies of #C9B1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1F3

Black with #C9B1F3

Text Example


Text Example

White with #C9B1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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