Html Css Color HEX #C4ADF1 Melrose

📋 copy color: '#C4ADF1'

red 196 ◦ green 173 ◦ blue 241

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

Shades of Melrose #C4ADF1

Tints of Melrose #C4ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.36%

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 32.13%
G = 28.36%
B = 39.51%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4ADF1 (or 0xC4ADF1) is known color: Melrose. HEX triplet: C4, AD and F1. RGB value is (196,173,241). Sum of RGB (Red+Green+Blue) = 196+173+241=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADF1 is #3B520E. Grayscale: #BBBBBB. Windows color (decimal): -3887631 or 15838660. OLE color: 15838660.

HSL color Cylindrical-coordinate representation of color #C4ADF1: hue angle of 260.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4ADF1 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 173 241 -
CMYK 0.19 0.28 0 0.05
HSL 260.29º 0.71% 0.81% -
HSV(B) 260.29º 0.28% 0.95% -
XYZ 53.59 47.97 89.65 -
YUV 187.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 196 173 241 0.19 0.28 0 0.05 260.29 0.71 0.81
Hex C4 AD F1 13 1C 0 5 104 47 51
Octal 304 255 361 23 34 0 5 404 107 121
Binary 11000100 10101101 11110001 10011 11100 0 101 100000100 1000111 1010001

Color Harmonies of #C4ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADF1

Black with #C4ADF1

Text Example


Text Example

White with #C4ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADF1; }

 p { color: rgb(196,173,241); }

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

background-color css

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

 a { background-color: rgb(196,173,241); }

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

border-color css

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

 span { border-color: rgb(196,173,241); }

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