Html Css Color HEX #AD65C9 Medium Orchid

📋 copy color: '#AD65C9'

red 173 ◦ green 101 ◦ blue 201

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

Shades of Medium Orchid #AD65C9

Tints of Medium Orchid #AD65C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 36.42%
G = 21.26%
B = 42.32%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD65C9 (or 0xAD65C9) is known color: Medium Orchid. HEX triplet: AD, 65 and C9. RGB value is (173,101,201). Sum of RGB (Red+Green+Blue) = 173+101+201=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65C9 is #529A36. Grayscale: #858585. Windows color (decimal): -5413431 or 13198765. OLE color: 13198765.

HSL color Cylindrical-coordinate representation of color #AD65C9: hue angle of 283.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD65C9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 101 201 -
CMYK 0.14 0.50 0 0.21
HSL 283.2º 0.48% 0.59% -
HSV(B) 283.2º 0.5% 0.79% -
XYZ 32.43 22.41 57.87 -
YUV 133.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 173 101 201 0.14 0.50 0 0.21 283.2 0.48 0.59
Hex AD 65 C9 E 32 0 15 11B 30 3B
Octal 255 145 311 16 62 0 25 433 60 73
Binary 10101101 1100101 11001001 1110 110010 0 10101 100011011 110000 111011

Color Harmonies of #AD65C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65C9

Black with #AD65C9

Text Example


Text Example

White with #AD65C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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