Html Css Color HEX #C5AAFA Melrose

📋 copy color: '#C5AAFA'

red 197 ◦ green 170 ◦ blue 250

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

Shades of Melrose #C5AAFA

Tints of Melrose #C5AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.55%

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

R = 31.93%
G = 27.55%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5AAFA (or 0xC5AAFA) is known color: Melrose. HEX triplet: C5, AA and FA. RGB value is (197,170,250). Sum of RGB (Red+Green+Blue) = 197+170+250=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAFA is #3A5505. Grayscale: #BABABA. Windows color (decimal): -3822854 or 16427717. OLE color: 16427717.

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

Color convert

RGB 197 170 250 -
CMYK 0.21 0.32 0 0.02
HSL 260.25º 0.89% 0.82% -
HSV(B) 260.25º 0.32% 0.98% -
XYZ 54.66 47.52 96.73 -
YUV 187.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 197 170 250 0.21 0.32 0 0.02 260.25 0.89 0.82
Hex C5 AA FA 15 20 0 2 104 59 52
Octal 305 252 372 25 40 0 2 404 131 122
Binary 11000101 10101010 11111010 10101 100000 0 10 100000100 1011001 1010010

Color Harmonies of #C5AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAFA

Black with #C5AAFA

Text Example


Text Example

White with #C5AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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