Html Css Color HEX #AD43CC Medium Orchid

📋 copy color: '#AD43CC'

red 173 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #AD43CC

Tints of Medium Orchid #AD43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.09%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 38.96%
G = 15.09%
B = 45.95%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD43CC (or 0xAD43CC) is known color: Medium Orchid. HEX triplet: AD, 43 and CC. RGB value is (173,67,204). Sum of RGB (Red+Green+Blue) = 173+67+204=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD43CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43CC is #52BC33. Grayscale: #717171. Windows color (decimal): -5422132 or 13386669. OLE color: 13386669.

HSL color Cylindrical-coordinate representation of color #AD43CC: hue angle of 286.42º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD43CC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 67 204 -
CMYK 0.15 0.67 0 0.2
HSL 286.42º 0.57% 0.53% -
HSV(B) 286.42º 0.67% 0.8% -
XYZ 30.14 17.26 58.87 -
YUV 114.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 173 67 204 0.15 0.67 0 0.2 286.42 0.57 0.53
Hex AD 43 CC F 43 0 14 11E 39 35
Octal 255 103 314 17 103 0 24 436 71 65
Binary 10101101 1000011 11001100 1111 1000011 0 10100 100011110 111001 110101

Color Harmonies of #AD43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD43CC

Black with #AD43CC

Text Example


Text Example

White with #AD43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD43CC; }

 p { color: rgb(173,67,204); }

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

background-color css

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

 a { background-color: rgb(173,67,204); }

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

border-color css

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

 span { border-color: rgb(173,67,204); }

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