Html Css Color HEX #AD3CEC Dark Orchid

📋 copy color: '#AD3CEC'

red 173 ◦ green 60 ◦ blue 236

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

Shades of Dark Orchid #AD3CEC

Tints of Dark Orchid #AD3CEC

RGB

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

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

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

R = 36.89%
G = 12.79%
B = 50.32%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD3CEC (or 0xAD3CEC) is known color: Dark Orchid. HEX triplet: AD, 3C and EC. RGB value is (173,60,236). Sum of RGB (Red+Green+Blue) = 173+60+236=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CEC is #52C313. Grayscale: #717171. Windows color (decimal): -5423892 or 15482029. OLE color: 15482029.

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

Color convert

RGB 173 60 236 -
CMYK 0.27 0.75 0 0.07
HSL 278.52º 0.82% 0.58% -
HSV(B) 278.52º 0.75% 0.93% -
XYZ 33.99 18.17 81.07 -
YUV 113.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 173 60 236 0.27 0.75 0 0.07 278.52 0.82 0.58
Hex AD 3C EC 1B 4B 0 7 117 52 3A
Octal 255 74 354 33 113 0 7 427 122 72
Binary 10101101 111100 11101100 11011 1001011 0 111 100010111 1010010 111010

Color Harmonies of #AD3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CEC

Black with #AD3CEC

Text Example


Text Example

White with #AD3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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