Html Css Color HEX #AD3DC8 Dark Orchid

📋 copy color: '#AD3DC8'

red 173 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #AD3DC8

Tints of Dark Orchid #AD3DC8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 39.86%
G = 14.06%
B = 46.08%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD3DC8 (or 0xAD3DC8) is known color: Dark Orchid. HEX triplet: AD, 3D and C8. RGB value is (173,61,200). Sum of RGB (Red+Green+Blue) = 173+61+200=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD3DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DC8 is #52C237. Grayscale: #6D6D6D. Windows color (decimal): -5423672 or 13122989. OLE color: 13122989.

HSL color Cylindrical-coordinate representation of color #AD3DC8: hue angle of 288.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3DC8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 61 200 -
CMYK 0.14 0.69 0 0.22
HSL 288.35º 0.56% 0.51% -
HSV(B) 288.35º 0.7% 0.78% -
XYZ 29.33 16.39 56.26 -
YUV 110.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 173 61 200 0.14 0.69 0 0.22 288.35 0.56 0.51
Hex AD 3D C8 E 45 0 16 120 38 33
Octal 255 75 310 16 105 0 26 440 70 63
Binary 10101101 111101 11001000 1110 1000101 0 10110 100100000 111000 110011

Color Harmonies of #AD3DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DC8

Black with #AD3DC8

Text Example


Text Example

White with #AD3DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DC8; }

 p { color: rgb(173,61,200); }

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

background-color css

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

 a { background-color: rgb(173,61,200); }

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

border-color css

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

 span { border-color: rgb(173,61,200); }

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