Html Css Color HEX #C7ADFC Melrose

📋 copy color: '#C7ADFC'

red 199 ◦ green 173 ◦ blue 252

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

Shades of Melrose #C7ADFC

Tints of Melrose #C7ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.38%

R = 31.89%
G = 27.72%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7ADFC (or 0xC7ADFC) is known color: Melrose. HEX triplet: C7, AD and FC. RGB value is (199,173,252). Sum of RGB (Red+Green+Blue) = 199+173+252=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFC is #385203. Grayscale: #BDBDBD. Windows color (decimal): -3691012 or 16559559. OLE color: 16559559.

HSL color Cylindrical-coordinate representation of color #C7ADFC: hue angle of 259.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7ADFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 173 252 -
CMYK 0.21 0.31 0 0.01
HSL 259.75º 0.93% 0.83% -
HSV(B) 259.75º 0.31% 0.99% -
XYZ 56.07 49.06 98.61 -
YUV 189.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 199 173 252 0.21 0.31 0 0.01 259.75 0.93 0.83
Hex C7 AD FC 15 1F 0 1 104 5D 53
Octal 307 255 374 25 37 0 1 404 135 123
Binary 11000111 10101101 11111100 10101 11111 0 1 100000100 1011101 1010011

Color Harmonies of #C7ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADFC

Black with #C7ADFC

Text Example


Text Example

White with #C7ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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