Html Css Color HEX #AD3CDF Dark Orchid

📋 copy color: '#AD3CDF'

red 173 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #AD3CDF

Tints of Dark Orchid #AD3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.16%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 37.94%
G = 13.16%
B = 48.9%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD3CDF (or 0xAD3CDF) is known color: Dark Orchid. HEX triplet: AD, 3C and DF. RGB value is (173,60,223). Sum of RGB (Red+Green+Blue) = 173+60+223=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD3CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDF is #52C320. Grayscale: #6F6F6F. Windows color (decimal): -5423905 or 14630061. OLE color: 14630061.

HSL color Cylindrical-coordinate representation of color #AD3CDF: hue angle of 281.6º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CDF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 60 223 -
CMYK 0.22 0.73 0 0.13
HSL 281.6º 0.72% 0.55% -
HSV(B) 281.6º 0.73% 0.87% -
XYZ 32.17 17.44 71.48 -
YUV 112.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 173 60 223 0.22 0.73 0 0.13 281.6 0.72 0.55
Hex AD 3C DF 16 49 0 D 11A 48 37
Octal 255 74 337 26 111 0 15 432 110 67
Binary 10101101 111100 11011111 10110 1001001 0 1101 100011010 1001000 110111

Color Harmonies of #AD3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CDF

Black with #AD3CDF

Text Example


Text Example

White with #AD3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CDF; }

 p { color: rgb(173,60,223); }

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

background-color css

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

 a { background-color: rgb(173,60,223); }

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

border-color css

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

 span { border-color: rgb(173,60,223); }

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