Html Css Color HEX #AD2CEC Dark Orchid

📋 copy color: '#AD2CEC'

red 173 ◦ green 44 ◦ blue 236

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

Shades of Dark Orchid #AD2CEC

Tints of Dark Orchid #AD2CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 38.19%
G = 9.71%
B = 52.1%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD2CEC (or 0xAD2CEC) is known color: Dark Orchid. HEX triplet: AD, 2C and EC. RGB value is (173,44,236). Sum of RGB (Red+Green+Blue) = 173+44+236=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD2CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CEC is #52D313. Grayscale: #676767. Windows color (decimal): -5427988 or 15477933. OLE color: 15477933.

HSL color Cylindrical-coordinate representation of color #AD2CEC: hue angle of 280.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2CEC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 44 236 -
CMYK 0.27 0.81 0 0.07
HSL 280.31º 0.83% 0.55% -
HSV(B) 280.31º 0.81% 0.93% -
XYZ 33.27 16.74 80.83 -
YUV 104.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 173 44 236 0.27 0.81 0 0.07 280.31 0.83 0.55
Hex AD 2C EC 1B 51 0 7 118 53 37
Octal 255 54 354 33 121 0 7 430 123 67
Binary 10101101 101100 11101100 11011 1010001 0 111 100011000 1010011 110111

Color Harmonies of #AD2CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CEC

Black with #AD2CEC

Text Example


Text Example

White with #AD2CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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