Html Css Color HEX #C5A9FC Melrose

📋 copy color: '#C5A9FC'

red 197 ◦ green 169 ◦ blue 252

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

Shades of Melrose #C5A9FC

Tints of Melrose #C5A9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.35%

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

R = 31.88%
G = 27.35%
B = 40.78%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5A9FC (or 0xC5A9FC) is known color: Melrose. HEX triplet: C5, A9 and FC. RGB value is (197,169,252). Sum of RGB (Red+Green+Blue) = 197+169+252=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A9FC is #3A5603. Grayscale: #BABABA. Windows color (decimal): -3823108 or 16558533. OLE color: 16558533.

HSL color Cylindrical-coordinate representation of color #C5A9FC: hue angle of 260.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5A9FC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 169 252 -
CMYK 0.22 0.33 0 0.01
HSL 260.24º 0.93% 0.83% -
HSV(B) 260.24º 0.33% 0.99% -
XYZ 54.78 47.27 98.33 -
YUV 186.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 197 169 252 0.22 0.33 0 0.01 260.24 0.93 0.83
Hex C5 A9 FC 16 21 0 1 104 5D 53
Octal 305 251 374 26 41 0 1 404 135 123
Binary 11000101 10101001 11111100 10110 100001 0 1 100000100 1011101 1010011

Color Harmonies of #C5A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9FC

Black with #C5A9FC

Text Example


Text Example

White with #C5A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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