Html Css Color HEX #AD4BCF Medium Orchid

📋 copy color: '#AD4BCF'

red 173 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #AD4BCF

Tints of Medium Orchid #AD4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 38.02%
G = 16.48%
B = 45.49%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD4BCF (or 0xAD4BCF) is known color: Medium Orchid. HEX triplet: AD, 4B and CF. RGB value is (173,75,207). Sum of RGB (Red+Green+Blue) = 173+75+207=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD4BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BCF is #52B430. Grayscale: #767676. Windows color (decimal): -5420081 or 13585325. OLE color: 13585325.

HSL color Cylindrical-coordinate representation of color #AD4BCF: hue angle of 284.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4BCF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 75 207 -
CMYK 0.16 0.64 0 0.19
HSL 284.55º 0.58% 0.55% -
HSV(B) 284.55º 0.64% 0.81% -
XYZ 31.01 18.42 60.95 -
YUV 119.35 177.47 166.27 -
System Red Green Blue C M Y K H S L
Decimal 173 75 207 0.16 0.64 0 0.19 284.55 0.58 0.55
Hex AD 4B CF 10 40 0 13 11D 3A 37
Octal 255 113 317 20 100 0 23 435 72 67
Binary 10101101 1001011 11001111 10000 1000000 0 10011 100011101 111010 110111

Color Harmonies of #AD4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BCF

Black with #AD4BCF

Text Example


Text Example

White with #AD4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BCF; }

 p { color: rgb(173,75,207); }

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

background-color css

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

 a { background-color: rgb(173,75,207); }

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

border-color css

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

 span { border-color: rgb(173,75,207); }

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