Html Css Color HEX #C5B4FC Melrose

📋 copy color: '#C5B4FC'

red 197 ◦ green 180 ◦ blue 252

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

Shades of Melrose #C5B4FC

Tints of Melrose #C5B4FC

RGB

 RED value IS 197 (77.34% from 255) = 31.32%

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

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

R = 31.32%
G = 28.62%
B = 40.06%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5B4FC (or 0xC5B4FC) is known color: Melrose. HEX triplet: C5, B4 and FC. RGB value is (197,180,252). Sum of RGB (Red+Green+Blue) = 197+180+252=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4FC is #3A4B03. Grayscale: #C1C1C1. Windows color (decimal): -3820292 or 16561349. OLE color: 16561349.

HSL color Cylindrical-coordinate representation of color #C5B4FC: hue angle of 254.17º 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 #C5B4FC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 180 252 -
CMYK 0.22 0.29 0 0.01
HSL 254.17º 0.92% 0.85% -
HSV(B) 254.17º 0.29% 0.99% -
XYZ 56.92 51.54 99.04 -
YUV 193.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 197 180 252 0.22 0.29 0 0.01 254.17 0.92 0.85
Hex C5 B4 FC 16 1D 0 1 FE 5C 55
Octal 305 264 374 26 35 0 1 376 134 125
Binary 11000101 10110100 11111100 10110 11101 0 1 11111110 1011100 1010101

Color Harmonies of #C5B4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4FC

Black with #C5B4FC

Text Example


Text Example

White with #C5B4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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