Html Css Color HEX #AD65D3 Medium Orchid

📋 copy color: '#AD65D3'

red 173 ◦ green 101 ◦ blue 211

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

Shades of Medium Orchid #AD65D3

Tints of Medium Orchid #AD65D3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 35.67%
G = 20.82%
B = 43.51%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD65D3 (or 0xAD65D3) is known color: Medium Orchid. HEX triplet: AD, 65 and D3. RGB value is (173,101,211). Sum of RGB (Red+Green+Blue) = 173+101+211=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD65D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65D3 is #529A2C. Grayscale: #868686. Windows color (decimal): -5413421 or 13854125. OLE color: 13854125.

HSL color Cylindrical-coordinate representation of color #AD65D3: hue angle of 279.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD65D3 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 101 211 -
CMYK 0.18 0.52 0 0.17
HSL 279.27º 0.56% 0.61% -
HSV(B) 279.27º 0.52% 0.83% -
XYZ 33.65 22.89 64.27 -
YUV 135.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 173 101 211 0.18 0.52 0 0.17 279.27 0.56 0.61
Hex AD 65 D3 12 34 0 11 117 38 3D
Octal 255 145 323 22 64 0 21 427 70 75
Binary 10101101 1100101 11010011 10010 110100 0 10001 100010111 111000 111101

Color Harmonies of #AD65D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65D3

Black with #AD65D3

Text Example


Text Example

White with #AD65D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65D3; }

 p { color: rgb(173,101,211); }

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

background-color css

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

 a { background-color: rgb(173,101,211); }

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

border-color css

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

 span { border-color: rgb(173,101,211); }

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