Html Css Color HEX #AD2FCD Dark Orchid

📋 copy color: '#AD2FCD'

red 173 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #AD2FCD

Tints of Dark Orchid #AD2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 40.71%
G = 11.06%
B = 48.24%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2FCD (or 0xAD2FCD) is known color: Dark Orchid. HEX triplet: AD, 2F and CD. RGB value is (173,47,205). Sum of RGB (Red+Green+Blue) = 173+47+205=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FCD is #52D032. Grayscale: #666666. Windows color (decimal): -5427251 or 13447085. OLE color: 13447085.

HSL color Cylindrical-coordinate representation of color #AD2FCD: hue angle of 287.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2FCD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 47 205 -
CMYK 0.16 0.77 0 0.20
HSL 287.85º 0.63% 0.49% -
HSV(B) 287.85º 0.77% 0.8% -
XYZ 29.27 15.33 59.17 -
YUV 102.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 173 47 205 0.16 0.77 0 0.20 287.85 0.63 0.49
Hex AD 2F CD 10 4D 0 14 120 3F 31
Octal 255 57 315 20 115 0 24 440 77 61
Binary 10101101 101111 11001101 10000 1001101 0 10100 100100000 111111 110001

Color Harmonies of #AD2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FCD

Black with #AD2FCD

Text Example


Text Example

White with #AD2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FCD; }

 p { color: rgb(173,47,205); }

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

background-color css

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

 a { background-color: rgb(173,47,205); }

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

border-color css

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

 span { border-color: rgb(173,47,205); }

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