Html Css Color HEX #AD65CA Medium Orchid

📋 copy color: '#AD65CA'

red 173 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #AD65CA

Tints of Medium Orchid #AD65CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 36.34%
G = 21.22%
B = 42.44%

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

#AD65CA (or 0xAD65CA) is known color: Medium Orchid. HEX triplet: AD, 65 and CA. RGB value is (173,101,202). Sum of RGB (Red+Green+Blue) = 173+101+202=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CA is #529A35. Grayscale: #858585. Windows color (decimal): -5413430 or 13264301. OLE color: 13264301.

HSL color Cylindrical-coordinate representation of color #AD65CA: hue angle of 282.77º degrees, saturation: 0.49, 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 #AD65CA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 101 202 -
CMYK 0.14 0.50 0 0.21
HSL 282.77º 0.49% 0.59% -
HSV(B) 282.77º 0.5% 0.79% -
XYZ 32.55 22.46 58.5 -
YUV 134.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 173 101 202 0.14 0.50 0 0.21 282.77 0.49 0.59
Hex AD 65 CA E 32 0 15 11B 31 3B
Octal 255 145 312 16 62 0 25 433 61 73
Binary 10101101 1100101 11001010 1110 110010 0 10101 100011011 110001 111011

Color Harmonies of #AD65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65CA

Black with #AD65CA

Text Example


Text Example

White with #AD65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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