Html Css Color HEX #AD30D7 Dark Orchid

📋 copy color: '#AD30D7'

red 173 ◦ green 48 ◦ blue 215

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

Shades of Dark Orchid #AD30D7

Tints of Dark Orchid #AD30D7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 39.68%
G = 11.01%
B = 49.31%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD30D7 (or 0xAD30D7) is known color: Dark Orchid. HEX triplet: AD, 30 and D7. RGB value is (173,48,215). Sum of RGB (Red+Green+Blue) = 173+48+215=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD30D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30D7 is #52CF28. Grayscale: #676767. Windows color (decimal): -5426985 or 14102701. OLE color: 14102701.

HSL color Cylindrical-coordinate representation of color #AD30D7: hue angle of 284.91º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD30D7 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 48 215 -
CMYK 0.20 0.78 0 0.16
HSL 284.91º 0.68% 0.52% -
HSV(B) 284.91º 0.78% 0.84% -
XYZ 30.56 15.9 65.75 -
YUV 104.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 173 48 215 0.20 0.78 0 0.16 284.91 0.68 0.52
Hex AD 30 D7 14 4E 0 10 11D 44 34
Octal 255 60 327 24 116 0 20 435 104 64
Binary 10101101 110000 11010111 10100 1001110 0 10000 100011101 1000100 110100

Color Harmonies of #AD30D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30D7

Black with #AD30D7

Text Example


Text Example

White with #AD30D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30D7; }

 p { color: rgb(173,48,215); }

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

background-color css

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

 a { background-color: rgb(173,48,215); }

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

border-color css

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

 span { border-color: rgb(173,48,215); }

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