Html Css Color HEX #C5B5F3 Melrose

📋 copy color: '#C5B5F3'

red 197 ◦ green 181 ◦ blue 243

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

Shades of Melrose #C5B5F3

Tints of Melrose #C5B5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 31.72%
G = 29.15%
B = 39.13%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5B5F3 (or 0xC5B5F3) is known color: Melrose. HEX triplet: C5, B5 and F3. RGB value is (197,181,243). Sum of RGB (Red+Green+Blue) = 197+181+243=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5F3 is #3A4A0C. Grayscale: #C0C0C0. Windows color (decimal): -3820045 or 15971781. OLE color: 15971781.

HSL color Cylindrical-coordinate representation of color #C5B5F3: hue angle of 255.48º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B5F3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 181 243 -
CMYK 0.19 0.26 0 0.05
HSL 255.48º 0.72% 0.83% -
HSV(B) 255.48º 0.26% 0.95% -
XYZ 55.73 51.39 91.78 -
YUV 192.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 197 181 243 0.19 0.26 0 0.05 255.48 0.72 0.83
Hex C5 B5 F3 13 1A 0 5 FF 48 53
Octal 305 265 363 23 32 0 5 377 110 123
Binary 11000101 10110101 11110011 10011 11010 0 101 11111111 1001000 1010011

Color Harmonies of #C5B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5F3

Black with #C5B5F3

Text Example


Text Example

White with #C5B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5F3; }

 p { color: rgb(197,181,243); }

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

background-color css

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

 a { background-color: rgb(197,181,243); }

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

border-color css

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

 span { border-color: rgb(197,181,243); }

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