Html Css Color HEX #C5ABFF Melrose

📋 copy color: '#C5ABFF'

red 197 ◦ green 171 ◦ blue 255

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

Shades of Melrose #C5ABFF

Tints of Melrose #C5ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 31.62%
G = 27.45%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5ABFF (or 0xC5ABFF) is known color: Melrose. HEX triplet: C5, AB and FF. RGB value is (197,171,255). Sum of RGB (Red+Green+Blue) = 197+171+255=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFF is #3A5400. Grayscale: #BCBCBC. Windows color (decimal): -3822593 or 16755653. OLE color: 16755653.

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

Color convert

RGB 197 171 255 -
CMYK 0.23 0.33 0 0
HSL 258.57º 1% 0.84% -
HSV(B) 258.57º 0.33% 1% -
XYZ 55.64 48.22 100.98 -
YUV 188.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 197 171 255 0.23 0.33 0 0 258.57 1 0.84
Hex C5 AB FF 17 21 0 0 103 64 54
Octal 305 253 377 27 41 0 0 403 144 124
Binary 11000101 10101011 11111111 10111 100001 0 0 100000011 1100100 1010100

Color Harmonies of #C5ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABFF

Black with #C5ABFF

Text Example


Text Example

White with #C5ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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