Html Css Color HEX #C7ADFD Melrose

📋 copy color: '#C7ADFD'

red 199 ◦ green 173 ◦ blue 253

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

Shades of Melrose #C7ADFD

Tints of Melrose #C7ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.48%

R = 31.84%
G = 27.68%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7ADFD (or 0xC7ADFD) is known color: Melrose. HEX triplet: C7, AD and FD. RGB value is (199,173,253). Sum of RGB (Red+Green+Blue) = 199+173+253=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFD is #385202. Grayscale: #BDBDBD. Windows color (decimal): -3691011 or 16625095. OLE color: 16625095.

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

Color convert

RGB 199 173 253 -
CMYK 0.21 0.32 0 0.01
HSL 259.5º 0.95% 0.84% -
HSV(B) 259.5º 0.32% 0.99% -
XYZ 56.23 49.12 99.45 -
YUV 189.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 199 173 253 0.21 0.32 0 0.01 259.5 0.95 0.84
Hex C7 AD FD 15 20 0 1 104 5F 54
Octal 307 255 375 25 40 0 1 404 137 124
Binary 11000111 10101101 11111101 10101 100000 0 1 100000100 1011111 1010100

Color Harmonies of #C7ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADFD

Black with #C7ADFD

Text Example


Text Example

White with #C7ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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