Html Css Color HEX #AD2CCB Dark Orchid

📋 copy color: '#AD2CCB'

red 173 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #AD2CCB

Tints of Dark Orchid #AD2CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 41.19%
G = 10.48%
B = 48.33%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2CCB (or 0xAD2CCB) is known color: Dark Orchid. HEX triplet: AD, 2C and CB. RGB value is (173,44,203). Sum of RGB (Red+Green+Blue) = 173+44+203=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CCB is #52D334. Grayscale: #646464. Windows color (decimal): -5428021 or 13315245. OLE color: 13315245.

HSL color Cylindrical-coordinate representation of color #AD2CCB: hue angle of 288.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2CCB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 44 203 -
CMYK 0.15 0.78 0 0.20
HSL 288.68º 0.64% 0.48% -
HSV(B) 288.68º 0.78% 0.8% -
XYZ 28.91 15 57.87 -
YUV 100.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 173 44 203 0.15 0.78 0 0.20 288.68 0.64 0.48
Hex AD 2C CB F 4E 0 14 121 40 30
Octal 255 54 313 17 116 0 24 441 100 60
Binary 10101101 101100 11001011 1111 1001110 0 10100 100100001 1000000 110000

Color Harmonies of #AD2CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CCB

Black with #AD2CCB

Text Example


Text Example

White with #AD2CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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