Html Css Color HEX #AD65CB Medium Orchid

📋 copy color: '#AD65CB'

red 173 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #AD65CB

Tints of Medium Orchid #AD65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 36.27%
G = 21.17%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD65CB (or 0xAD65CB) is known color: Medium Orchid. HEX triplet: AD, 65 and CB. RGB value is (173,101,203). Sum of RGB (Red+Green+Blue) = 173+101+203=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CB is #529A34. Grayscale: #858585. Windows color (decimal): -5413429 or 13329837. OLE color: 13329837.

HSL color Cylindrical-coordinate representation of color #AD65CB: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD65CB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 101 203 -
CMYK 0.15 0.50 0 0.20
HSL 282.35º 0.5% 0.6% -
HSV(B) 282.35º 0.5% 0.8% -
XYZ 32.67 22.5 59.12 -
YUV 134.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 173 101 203 0.15 0.50 0 0.20 282.35 0.5 0.6
Hex AD 65 CB F 32 0 14 11A 32 3C
Octal 255 145 313 17 62 0 24 432 62 74
Binary 10101101 1100101 11001011 1111 110010 0 10100 100011010 110010 111100

Color Harmonies of #AD65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65CB

Black with #AD65CB

Text Example


Text Example

White with #AD65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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