Html Css Color HEX #AD3DED Medium Orchid

📋 copy color: '#AD3DED'

red 173 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #AD3DED

Tints of Medium Orchid #AD3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 36.73%
G = 12.95%
B = 50.32%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD3DED (or 0xAD3DED) is known color: Medium Orchid. HEX triplet: AD, 3D and ED. RGB value is (173,61,237). Sum of RGB (Red+Green+Blue) = 173+61+237=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DED is #52C212. Grayscale: #717171. Windows color (decimal): -5423635 or 15547821. OLE color: 15547821.

HSL color Cylindrical-coordinate representation of color #AD3DED: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3DED is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 61 237 -
CMYK 0.27 0.74 0 0.07
HSL 278.18º 0.83% 0.58% -
HSV(B) 278.18º 0.74% 0.93% -
XYZ 34.19 18.34 81.86 -
YUV 114.55 197.11 169.69 -
System Red Green Blue C M Y K H S L
Decimal 173 61 237 0.27 0.74 0 0.07 278.18 0.83 0.58
Hex AD 3D ED 1B 4A 0 7 116 53 3A
Octal 255 75 355 33 112 0 7 426 123 72
Binary 10101101 111101 11101101 11011 1001010 0 111 100010110 1010011 111010

Color Harmonies of #AD3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DED

Black with #AD3DED

Text Example


Text Example

White with #AD3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DED; }

 p { color: rgb(173,61,237); }

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

background-color css

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

 a { background-color: rgb(173,61,237); }

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

border-color css

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

 span { border-color: rgb(173,61,237); }

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