Html Css Color HEX #C4ABFF Melrose

📋 copy color: '#C4ABFF'

red 196 ◦ green 171 ◦ blue 255

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

Shades of Melrose #C4ABFF

Tints of Melrose #C4ABFF

RGB

 RED value IS 196 (76.95% from 255) = 31.51%

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

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

R = 31.51%
G = 27.49%
B = 41%

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

#C4ABFF (or 0xC4ABFF) is known color: Melrose. HEX triplet: C4, AB and FF. RGB value is (196,171,255). Sum of RGB (Red+Green+Blue) = 196+171+255=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABFF is #3B5400. Grayscale: #BBBBBB. Windows color (decimal): -3888129 or 16755652. OLE color: 16755652.

HSL color Cylindrical-coordinate representation of color #C4ABFF: hue angle of 257.86º 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 #C4ABFF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 171 255 -
CMYK 0.23 0.33 0 0
HSL 257.86º 1% 0.84% -
HSV(B) 257.86º 0.33% 1% -
XYZ 55.38 48.08 100.97 -
YUV 188.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 196 171 255 0.23 0.33 0 0 257.86 1 0.84
Hex C4 AB FF 17 21 0 0 102 64 54
Octal 304 253 377 27 41 0 0 402 144 124
Binary 11000100 10101011 11111111 10111 100001 0 0 100000010 1100100 1010100

Color Harmonies of #C4ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABFF

Black with #C4ABFF

Text Example


Text Example

White with #C4ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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