Html Css Color HEX #C7ADF2 Melrose

📋 copy color: '#C7ADF2'

red 199 ◦ green 173 ◦ blue 242

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

Shades of Melrose #C7ADF2

Tints of Melrose #C7ADF2

RGB

 RED value IS 199 (78.13% from 255) = 32.41%

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

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 32.41%
G = 28.18%
B = 39.41%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7ADF2 (or 0xC7ADF2) is known color: Melrose. HEX triplet: C7, AD and F2. RGB value is (199,173,242). Sum of RGB (Red+Green+Blue) = 199+173+242=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF2 is #38520D. Grayscale: #BCBCBC. Windows color (decimal): -3691022 or 15904199. OLE color: 15904199.

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

Color convert

RGB 199 173 242 -
CMYK 0.18 0.29 0 0.05
HSL 262.61º 0.73% 0.81% -
HSV(B) 262.61º 0.29% 0.95% -
XYZ 54.52 48.44 90.48 -
YUV 188.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 199 173 242 0.18 0.29 0 0.05 262.61 0.73 0.81
Hex C7 AD F2 12 1D 0 5 107 49 51
Octal 307 255 362 22 35 0 5 407 111 121
Binary 11000111 10101101 11110010 10010 11101 0 101 100000111 1001001 1010001

Color Harmonies of #C7ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADF2

Black with #C7ADF2

Text Example


Text Example

White with #C7ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADF2; }

 p { color: rgb(199,173,242); }

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

background-color css

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

 a { background-color: rgb(199,173,242); }

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

border-color css

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

 span { border-color: rgb(199,173,242); }

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