Html Css Color HEX #C4ABFA Melrose

📋 copy color: '#C4ABFA'

red 196 ◦ green 171 ◦ blue 250

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

Shades of Melrose #C4ABFA

Tints of Melrose #C4ABFA

RGB

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

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

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

R = 31.77%
G = 27.71%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4ABFA (or 0xC4ABFA) is known color: Melrose. HEX triplet: C4, AB and FA. RGB value is (196,171,250). Sum of RGB (Red+Green+Blue) = 196+171+250=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 171 (67.19% from 255 or 27.71% 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 #C4ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABFA is #3B5405. Grayscale: #BBBBBB. Windows color (decimal): -3888134 or 16427972. OLE color: 16427972.

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

Color convert

RGB 196 171 250 -
CMYK 0.22 0.32 0 0.02
HSL 258.99º 0.89% 0.83% -
HSV(B) 258.99º 0.32% 0.98% -
XYZ 54.58 47.76 96.78 -
YUV 187.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 196 171 250 0.22 0.32 0 0.02 258.99 0.89 0.83
Hex C4 AB FA 16 20 0 2 103 59 53
Octal 304 253 372 26 40 0 2 403 131 123
Binary 11000100 10101011 11111010 10110 100000 0 10 100000011 1011001 1010011

Color Harmonies of #C4ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABFA

Black with #C4ABFA

Text Example


Text Example

White with #C4ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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