Html Css Color HEX #AD3FDF Medium Orchid

📋 copy color: '#AD3FDF'

red 173 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #AD3FDF

Tints of Medium Orchid #AD3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 37.69%
G = 13.73%
B = 48.58%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD3FDF (or 0xAD3FDF) is known color: Medium Orchid. HEX triplet: AD, 3F and DF. RGB value is (173,63,223). Sum of RGB (Red+Green+Blue) = 173+63+223=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FDF is #52C020. Grayscale: #717171. Windows color (decimal): -5423137 or 14630829. OLE color: 14630829.

HSL color Cylindrical-coordinate representation of color #AD3FDF: hue angle of 281.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3FDF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 63 223 -
CMYK 0.22 0.72 0 0.13
HSL 281.25º 0.71% 0.56% -
HSV(B) 281.25º 0.72% 0.87% -
XYZ 32.33 17.77 71.54 -
YUV 114.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 173 63 223 0.22 0.72 0 0.13 281.25 0.71 0.56
Hex AD 3F DF 16 48 0 D 119 47 38
Octal 255 77 337 26 110 0 15 431 107 70
Binary 10101101 111111 11011111 10110 1001000 0 1101 100011001 1000111 111000

Color Harmonies of #AD3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FDF

Black with #AD3FDF

Text Example


Text Example

White with #AD3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FDF; }

 p { color: rgb(173,63,223); }

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

background-color css

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

 a { background-color: rgb(173,63,223); }

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

border-color css

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

 span { border-color: rgb(173,63,223); }

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