Html Css Color HEX #AD3CBC Dark Orchid

📋 copy color: '#AD3CBC'

red 173 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #AD3CBC

Tints of Dark Orchid #AD3CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 41.09%
G = 14.25%
B = 44.66%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD3CBC (or 0xAD3CBC) is known color: Dark Orchid. HEX triplet: AD, 3C and BC. RGB value is (173,60,188). Sum of RGB (Red+Green+Blue) = 173+60+188=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CBC is #52C343. Grayscale: #6B6B6B. Windows color (decimal): -5423940 or 12336301. OLE color: 12336301.

HSL color Cylindrical-coordinate representation of color #AD3CBC: hue angle of 292.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3CBC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 60 188 -
CMYK 0.08 0.68 0 0.26
HSL 292.97º 0.52% 0.49% -
HSV(B) 292.97º 0.68% 0.74% -
XYZ 27.93 15.75 49.14 -
YUV 108.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 173 60 188 0.08 0.68 0 0.26 292.97 0.52 0.49
Hex AD 3C BC 8 44 0 1A 125 34 31
Octal 255 74 274 10 104 0 32 445 64 61
Binary 10101101 111100 10111100 1000 1000100 0 11010 100100101 110100 110001

Color Harmonies of #AD3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CBC

Black with #AD3CBC

Text Example


Text Example

White with #AD3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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