Html Css Color HEX #C5B0FE Melrose

📋 copy color: '#C5B0FE'

red 197 ◦ green 176 ◦ blue 254

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

Shades of Melrose #C5B0FE

Tints of Melrose #C5B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 31.42%
G = 28.07%
B = 40.51%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5B0FE (or 0xC5B0FE) is known color: Melrose. HEX triplet: C5, B0 and FE. RGB value is (197,176,254). Sum of RGB (Red+Green+Blue) = 197+176+254=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0FE is #3A4F01. Grayscale: #BEBEBE. Windows color (decimal): -3821314 or 16691397. OLE color: 16691397.

HSL color Cylindrical-coordinate representation of color #C5B0FE: hue angle of 256.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5B0FE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 176 254 -
CMYK 0.22 0.31 0 0.00
HSL 256.15º 0.98% 0.84% -
HSV(B) 256.15º 0.31% 1% -
XYZ 56.44 50.08 100.46 -
YUV 191.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 197 176 254 0.22 0.31 0 0.00 256.15 0.98 0.84
Hex C5 B0 FE 16 1F 0 0 100 62 54
Octal 305 260 376 26 37 0 0 400 142 124
Binary 11000101 10110000 11111110 10110 11111 0 0 100000000 1100010 1010100

Color Harmonies of #C5B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0FE

Black with #C5B0FE

Text Example


Text Example

White with #C5B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0FE; }

 p { color: rgb(197,176,254); }

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

background-color css

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

 a { background-color: rgb(197,176,254); }

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

border-color css

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

 span { border-color: rgb(197,176,254); }

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