Html Css Color HEX #AD30CC Dark Orchid

📋 copy color: '#AD30CC'

red 173 ◦ green 48 ◦ blue 204

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

Shades of Dark Orchid #AD30CC

Tints of Dark Orchid #AD30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 40.71%
G = 11.29%
B = 48%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD30CC (or 0xAD30CC) is known color: Dark Orchid. HEX triplet: AD, 30 and CC. RGB value is (173,48,204). Sum of RGB (Red+Green+Blue) = 173+48+204=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD30CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30CC is #52CF33. Grayscale: #666666. Windows color (decimal): -5426996 or 13381805. OLE color: 13381805.

HSL color Cylindrical-coordinate representation of color #AD30CC: hue angle of 288.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD30CC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 48 204 -
CMYK 0.15 0.76 0 0.2
HSL 288.08º 0.62% 0.49% -
HSV(B) 288.08º 0.76% 0.8% -
XYZ 29.19 15.36 58.55 -
YUV 103.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 173 48 204 0.15 0.76 0 0.2 288.08 0.62 0.49
Hex AD 30 CC F 4C 0 14 120 3E 31
Octal 255 60 314 17 114 0 24 440 76 61
Binary 10101101 110000 11001100 1111 1001100 0 10100 100100000 111110 110001

Color Harmonies of #AD30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30CC

Black with #AD30CC

Text Example


Text Example

White with #AD30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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