Html Css Color HEX #AD2DCF Dark Orchid

📋 copy color: '#AD2DCF'

red 173 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #AD2DCF

Tints of Dark Orchid #AD2DCF

RGB

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

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

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

R = 40.71%
G = 10.59%
B = 48.71%

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

#AD2DCF (or 0xAD2DCF) is known color: Dark Orchid. HEX triplet: AD, 2D and CF. RGB value is (173,45,207). Sum of RGB (Red+Green+Blue) = 173+45+207=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCF is #52D230. Grayscale: #656565. Windows color (decimal): -5427761 or 13577645. OLE color: 13577645.

HSL color Cylindrical-coordinate representation of color #AD2DCF: hue angle of 287.41º 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 #AD2DCF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 45 207 -
CMYK 0.16 0.78 0 0.19
HSL 287.41º 0.64% 0.49% -
HSV(B) 287.41º 0.78% 0.81% -
XYZ 29.43 15.27 60.43 -
YUV 101.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 173 45 207 0.16 0.78 0 0.19 287.41 0.64 0.49
Hex AD 2D CF 10 4E 0 13 11F 40 31
Octal 255 55 317 20 116 0 23 437 100 61
Binary 10101101 101101 11001111 10000 1001110 0 10011 100011111 1000000 110001

Color Harmonies of #AD2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCF

Black with #AD2DCF

Text Example


Text Example

White with #AD2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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