Html Css Color HEX #AD2DCE Dark Orchid

📋 copy color: '#AD2DCE'

red 173 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #AD2DCE

Tints of Dark Orchid #AD2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 40.8%
G = 10.61%
B = 48.58%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD2DCE (or 0xAD2DCE) is known color: Dark Orchid. HEX triplet: AD, 2D and CE. RGB value is (173,45,206). Sum of RGB (Red+Green+Blue) = 173+45+206=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCE is #52D231. Grayscale: #656565. Windows color (decimal): -5427762 or 13512109. OLE color: 13512109.

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

Color convert

RGB 173 45 206 -
CMYK 0.16 0.78 0 0.19
HSL 287.7º 0.64% 0.49% -
HSV(B) 287.7º 0.78% 0.81% -
XYZ 29.31 15.22 59.78 -
YUV 101.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 173 45 206 0.16 0.78 0 0.19 287.7 0.64 0.49
Hex AD 2D CE 10 4E 0 13 120 40 31
Octal 255 55 316 20 116 0 23 440 100 61
Binary 10101101 101101 11001110 10000 1001110 0 10011 100100000 1000000 110001

Color Harmonies of #AD2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCE

Black with #AD2DCE

Text Example


Text Example

White with #AD2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCE; }

 p { color: rgb(173,45,206); }

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

background-color css

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

 a { background-color: rgb(173,45,206); }

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

border-color css

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

 span { border-color: rgb(173,45,206); }

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