Html Css Color HEX #AD26CD Dark Orchid

📋 copy color: '#AD26CD'

red 173 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #AD26CD

Tints of Dark Orchid #AD26CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 41.59%
G = 9.13%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD26CD (or 0xAD26CD) is known color: Dark Orchid. HEX triplet: AD, 26 and CD. RGB value is (173,38,205). Sum of RGB (Red+Green+Blue) = 173+38+205=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD26CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26CD is #52D932. Grayscale: #606060. Windows color (decimal): -5429555 or 13444781. OLE color: 13444781.

HSL color Cylindrical-coordinate representation of color #AD26CD: hue angle of 288.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD26CD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 38 205 -
CMYK 0.16 0.81 0 0.20
HSL 288.5º 0.69% 0.48% -
HSV(B) 288.5º 0.81% 0.8% -
XYZ 28.95 14.68 59.07 -
YUV 97.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 173 38 205 0.16 0.81 0 0.20 288.5 0.69 0.48
Hex AD 26 CD 10 51 0 14 121 45 30
Octal 255 46 315 20 121 0 24 441 105 60
Binary 10101101 100110 11001101 10000 1010001 0 10100 100100001 1000101 110000

Color Harmonies of #AD26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26CD

Black with #AD26CD

Text Example


Text Example

White with #AD26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26CD; }

 p { color: rgb(173,38,205); }

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

background-color css

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

 a { background-color: rgb(173,38,205); }

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

border-color css

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

 span { border-color: rgb(173,38,205); }

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