Html Css Color HEX #C5ABFE Melrose

📋 copy color: '#C5ABFE'

red 197 ◦ green 171 ◦ blue 254

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

Shades of Melrose #C5ABFE

Tints of Melrose #C5ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.49%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 31.67%
G = 27.49%
B = 40.84%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5ABFE (or 0xC5ABFE) is known color: Melrose. HEX triplet: C5, AB and FE. RGB value is (197,171,254). Sum of RGB (Red+Green+Blue) = 197+171+254=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFE is #3A5401. Grayscale: #BBBBBB. Windows color (decimal): -3822594 or 16690117. OLE color: 16690117.

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

Color convert

RGB 197 171 254 -
CMYK 0.22 0.33 0 0.00
HSL 258.8º 0.98% 0.83% -
HSV(B) 258.8º 0.33% 1% -
XYZ 55.48 48.15 100.14 -
YUV 188.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 197 171 254 0.22 0.33 0 0.00 258.8 0.98 0.83
Hex C5 AB FE 16 21 0 0 103 62 53
Octal 305 253 376 26 41 0 0 403 142 123
Binary 11000101 10101011 11111110 10110 100001 0 0 100000011 1100010 1010011

Color Harmonies of #C5ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABFE

Black with #C5ABFE

Text Example


Text Example

White with #C5ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABFE; }

 p { color: rgb(197,171,254); }

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

background-color css

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

 a { background-color: rgb(197,171,254); }

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

border-color css

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

 span { border-color: rgb(197,171,254); }

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