Html Css Color HEX #AD3DEE Medium Orchid

📋 copy color: '#AD3DEE'

red 173 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #AD3DEE

Tints of Medium Orchid #AD3DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 36.65%
G = 12.92%
B = 50.42%

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

#AD3DEE (or 0xAD3DEE) is known color: Medium Orchid. HEX triplet: AD, 3D and EE. RGB value is (173,61,238). Sum of RGB (Red+Green+Blue) = 173+61+238=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD3DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DEE is #52C211. Grayscale: #727272. Windows color (decimal): -5423634 or 15613357. OLE color: 15613357.

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

Color convert

RGB 173 61 238 -
CMYK 0.27 0.74 0 0.07
HSL 277.97º 0.84% 0.59% -
HSV(B) 277.97º 0.74% 0.93% -
XYZ 34.33 18.39 82.63 -
YUV 114.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 173 61 238 0.27 0.74 0 0.07 277.97 0.84 0.59
Hex AD 3D EE 1B 4A 0 7 116 54 3B
Octal 255 75 356 33 112 0 7 426 124 73
Binary 10101101 111101 11101110 11011 1001010 0 111 100010110 1010100 111011

Color Harmonies of #AD3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DEE

Black with #AD3DEE

Text Example


Text Example

White with #AD3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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