Html Css Color HEX #AD2CBC Dark Orchid

📋 copy color: '#AD2CBC'

red 173 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #AD2CBC

Tints of Dark Orchid #AD2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 42.72%
G = 10.86%
B = 46.42%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2CBC (or 0xAD2CBC) is known color: Dark Orchid. HEX triplet: AD, 2C and BC. RGB value is (173,44,188). Sum of RGB (Red+Green+Blue) = 173+44+188=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CBC is #52D343. Grayscale: #626262. Windows color (decimal): -5428036 or 12332205. OLE color: 12332205.

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

Color convert

RGB 173 44 188 -
CMYK 0.08 0.77 0 0.26
HSL 293.75º 0.62% 0.45% -
HSV(B) 293.75º 0.77% 0.74% -
XYZ 27.21 14.32 48.91 -
YUV 98.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 173 44 188 0.08 0.77 0 0.26 293.75 0.62 0.45
Hex AD 2C BC 8 4D 0 1A 126 3E 2D
Octal 255 54 274 10 115 0 32 446 76 55
Binary 10101101 101100 10111100 1000 1001101 0 11010 100100110 111110 101101

Color Harmonies of #AD2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CBC

Black with #AD2CBC

Text Example


Text Example

White with #AD2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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