Html Css Color HEX #C5B5FA Melrose

📋 copy color: '#C5B5FA'

red 197 ◦ green 181 ◦ blue 250

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

Shades of Melrose #C5B5FA

Tints of Melrose #C5B5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 31.37%
G = 28.82%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5B5FA (or 0xC5B5FA) is known color: Melrose. HEX triplet: C5, B5 and FA. RGB value is (197,181,250). Sum of RGB (Red+Green+Blue) = 197+181+250=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5FA is #3A4A05. Grayscale: #C1C1C1. Windows color (decimal): -3820038 or 16430533. OLE color: 16430533.

HSL color Cylindrical-coordinate representation of color #C5B5FA: hue angle of 253.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B5FA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 181 250 -
CMYK 0.21 0.28 0 0.02
HSL 253.91º 0.87% 0.85% -
HSV(B) 253.91º 0.28% 0.98% -
XYZ 56.81 51.82 97.45 -
YUV 193.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 197 181 250 0.21 0.28 0 0.02 253.91 0.87 0.85
Hex C5 B5 FA 15 1C 0 2 FE 57 55
Octal 305 265 372 25 34 0 2 376 127 125
Binary 11000101 10110101 11111010 10101 11100 0 10 11111110 1010111 1010101

Color Harmonies of #C5B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5FA

Black with #C5B5FA

Text Example


Text Example

White with #C5B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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