Html Css Color HEX #AD3DCF Dark Orchid

📋 copy color: '#AD3DCF'

red 173 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #AD3DCF

Tints of Dark Orchid #AD3DCF

RGB

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

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

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

R = 39.23%
G = 13.83%
B = 46.94%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD3DCF (or 0xAD3DCF) is known color: Dark Orchid. HEX triplet: AD, 3D and CF. RGB value is (173,61,207). Sum of RGB (Red+Green+Blue) = 173+61+207=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DCF is #52C230. Grayscale: #6E6E6E. Windows color (decimal): -5423665 or 13581741. OLE color: 13581741.

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

Color convert

RGB 173 61 207 -
CMYK 0.16 0.71 0 0.19
HSL 286.03º 0.6% 0.53% -
HSV(B) 286.03º 0.71% 0.81% -
XYZ 30.16 16.73 60.67 -
YUV 111.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 173 61 207 0.16 0.71 0 0.19 286.03 0.6 0.53
Hex AD 3D CF 10 47 0 13 11E 3C 35
Octal 255 75 317 20 107 0 23 436 74 65
Binary 10101101 111101 11001111 10000 1000111 0 10011 100011110 111100 110101

Color Harmonies of #AD3DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DCF

Black with #AD3DCF

Text Example


Text Example

White with #AD3DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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