Html Css Color HEX #C9B5F9 Melrose

📋 copy color: '#C9B5F9'

red 201 ◦ green 181 ◦ blue 249

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

Shades of Melrose #C9B5F9

Tints of Melrose #C9B5F9

RGB

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

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

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

R = 31.85%
G = 28.68%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9B5F9 (or 0xC9B5F9) is known color: Melrose. HEX triplet: C9, B5 and F9. RGB value is (201,181,249). Sum of RGB (Red+Green+Blue) = 201+181+249=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9B5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5F9 is #364A06. Grayscale: #C2C2C2. Windows color (decimal): -3557895 or 16365001. OLE color: 16365001.

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

Color convert

RGB 201 181 249 -
CMYK 0.19 0.27 0 0.02
HSL 257.65º 0.85% 0.84% -
HSV(B) 257.65º 0.27% 0.98% -
XYZ 57.71 52.3 96.68 -
YUV 194.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 201 181 249 0.19 0.27 0 0.02 257.65 0.85 0.84
Hex C9 B5 F9 13 1B 0 2 102 55 54
Octal 311 265 371 23 33 0 2 402 125 124
Binary 11001001 10110101 11111001 10011 11011 0 10 100000010 1010101 1010100

Color Harmonies of #C9B5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5F9

Black with #C9B5F9

Text Example


Text Example

White with #C9B5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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