Html Css Color HEX #C5B0FF Melrose

📋 copy color: '#C5B0FF'

red 197 ◦ green 176 ◦ blue 255

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

Shades of Melrose #C5B0FF

Tints of Melrose #C5B0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 31.37%
G = 28.03%
B = 40.61%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5B0FF (or 0xC5B0FF) is known color: Melrose. HEX triplet: C5, B0 and FF. RGB value is (197,176,255). Sum of RGB (Red+Green+Blue) = 197+176+255=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0FF is #3A4F00. Grayscale: #BEBEBE. Windows color (decimal): -3821313 or 16756933. OLE color: 16756933.

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

Color convert

RGB 197 176 255 -
CMYK 0.23 0.31 0 0
HSL 255.95º 1% 0.85% -
HSV(B) 255.95º 0.31% 1% -
XYZ 56.6 50.14 101.3 -
YUV 191.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 197 176 255 0.23 0.31 0 0 255.95 1 0.85
Hex C5 B0 FF 17 1F 0 0 100 64 55
Octal 305 260 377 27 37 0 0 400 144 125
Binary 11000101 10110000 11111111 10111 11111 0 0 100000000 1100100 1010101

Color Harmonies of #C5B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0FF

Black with #C5B0FF

Text Example


Text Example

White with #C5B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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