Html Css Color HEX #C9B4FC Melrose

📋 copy color: '#C9B4FC'

red 201 ◦ green 180 ◦ blue 252

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

Shades of Melrose #C9B4FC

Tints of Melrose #C9B4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.44%

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

R = 31.75%
G = 28.44%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9B4FC (or 0xC9B4FC) is known color: Melrose. HEX triplet: C9, B4 and FC. RGB value is (201,180,252). Sum of RGB (Red+Green+Blue) = 201+180+252=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B4FC is #364B03. Grayscale: #C2C2C2. Windows color (decimal): -3558148 or 16561353. OLE color: 16561353.

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

Color convert

RGB 201 180 252 -
CMYK 0.20 0.29 0 0.01
HSL 257.5º 0.92% 0.85% -
HSV(B) 257.5º 0.29% 0.99% -
XYZ 57.98 52.09 99.09 -
YUV 194.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 201 180 252 0.20 0.29 0 0.01 257.5 0.92 0.85
Hex C9 B4 FC 14 1D 0 1 102 5C 55
Octal 311 264 374 24 35 0 1 402 134 125
Binary 11001001 10110100 11111100 10100 11101 0 1 100000010 1011100 1010101

Color Harmonies of #C9B4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B4FC

Black with #C9B4FC

Text Example


Text Example

White with #C9B4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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