Html Css Color HEX #AD63CF Medium Orchid

📋 copy color: '#AD63CF'

red 173 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #AD63CF

Tints of Medium Orchid #AD63CF

RGB

 RED value IS 173 (67.97% from 255) = 36.12%

 GREEN value IS 99 (39.06% from 255) = 20.67%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 36.12%
G = 20.67%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD63CF (or 0xAD63CF) is known color: Medium Orchid. HEX triplet: AD, 63 and CF. RGB value is (173,99,207). Sum of RGB (Red+Green+Blue) = 173+99+207=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63CF is #529C30. Grayscale: #858585. Windows color (decimal): -5413937 or 13591469. OLE color: 13591469.

HSL color Cylindrical-coordinate representation of color #AD63CF: hue angle of 281.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD63CF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 99 207 -
CMYK 0.16 0.52 0 0.19
HSL 281.11º 0.53% 0.6% -
HSV(B) 281.11º 0.52% 0.81% -
XYZ 32.96 22.31 61.6 -
YUV 133.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 173 99 207 0.16 0.52 0 0.19 281.11 0.53 0.6
Hex AD 63 CF 10 34 0 13 119 35 3C
Octal 255 143 317 20 64 0 23 431 65 74
Binary 10101101 1100011 11001111 10000 110100 0 10011 100011001 110101 111100

Color Harmonies of #AD63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63CF

Black with #AD63CF

Text Example


Text Example

White with #AD63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63CF; }

 p { color: rgb(173,99,207); }

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

background-color css

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

 a { background-color: rgb(173,99,207); }

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

border-color css

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

 span { border-color: rgb(173,99,207); }

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