Html Css Color HEX #C0ADFC Melrose

📋 copy color: '#C0ADFC'

red 192 ◦ green 173 ◦ blue 252

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

Shades of Melrose #C0ADFC

Tints of Melrose #C0ADFC

RGB

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

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

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

R = 31.12%
G = 28.04%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0ADFC (or 0xC0ADFC) is known color: Melrose. HEX triplet: C0, AD and FC. RGB value is (192,173,252). Sum of RGB (Red+Green+Blue) = 192+173+252=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFC is #3F5203. Grayscale: #BBBBBB. Windows color (decimal): -4149764 or 16559552. OLE color: 16559552.

HSL color Cylindrical-coordinate representation of color #C0ADFC: hue angle of 254.43º 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 #C0ADFC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 173 252 -
CMYK 0.24 0.31 0 0.01
HSL 254.43º 0.93% 0.83% -
HSV(B) 254.43º 0.31% 0.99% -
XYZ 54.25 48.12 98.52 -
YUV 187.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 192 173 252 0.24 0.31 0 0.01 254.43 0.93 0.83
Hex C0 AD FC 18 1F 0 1 FE 5D 53
Octal 300 255 374 30 37 0 1 376 135 123
Binary 11000000 10101101 11111100 11000 11111 0 1 11111110 1011101 1010011

Color Harmonies of #C0ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADFC

Black with #C0ADFC

Text Example


Text Example

White with #C0ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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