Html Css Color HEX #C0ADF7 Melrose

📋 copy color: '#C0ADF7'

red 192 ◦ green 173 ◦ blue 247

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

Shades of Melrose #C0ADF7

Tints of Melrose #C0ADF7

RGB

 RED value IS 192 (75.39% from 255) = 31.37%

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

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 31.37%
G = 28.27%
B = 40.36%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0ADF7 (or 0xC0ADF7) is known color: Melrose. HEX triplet: C0, AD and F7. RGB value is (192,173,247). Sum of RGB (Red+Green+Blue) = 192+173+247=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF7 is #3F5208. Grayscale: #BABABA. Windows color (decimal): -4149769 or 16231872. OLE color: 16231872.

HSL color Cylindrical-coordinate representation of color #C0ADF7: hue angle of 255.41º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0ADF7 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 173 247 -
CMYK 0.22 0.30 0 0.03
HSL 255.41º 0.82% 0.82% -
HSV(B) 255.41º 0.3% 0.97% -
XYZ 53.47 47.81 94.41 -
YUV 187.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 192 173 247 0.22 0.30 0 0.03 255.41 0.82 0.82
Hex C0 AD F7 16 1E 0 3 FF 52 52
Octal 300 255 367 26 36 0 3 377 122 122
Binary 11000000 10101101 11110111 10110 11110 0 11 11111111 1010010 1010010

Color Harmonies of #C0ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADF7

Black with #C0ADF7

Text Example


Text Example

White with #C0ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADF7; }

 p { color: rgb(192,173,247); }

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

background-color css

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

 a { background-color: rgb(192,173,247); }

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

border-color css

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

 span { border-color: rgb(192,173,247); }

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