Html Css Color HEX #AD3CCE Dark Orchid

📋 copy color: '#AD3CCE'

red 173 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #AD3CCE

Tints of Dark Orchid #AD3CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 39.41%
G = 13.67%
B = 46.92%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD3CCE (or 0xAD3CCE) is known color: Dark Orchid. HEX triplet: AD, 3C and CE. RGB value is (173,60,206). Sum of RGB (Red+Green+Blue) = 173+60+206=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CCE is #52C331. Grayscale: #6D6D6D. Windows color (decimal): -5423922 or 13515949. OLE color: 13515949.

HSL color Cylindrical-coordinate representation of color #AD3CCE: hue angle of 286.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3CCE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 60 206 -
CMYK 0.16 0.71 0 0.19
HSL 286.44º 0.6% 0.52% -
HSV(B) 286.44º 0.71% 0.81% -
XYZ 29.99 16.57 60.01 -
YUV 110.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 173 60 206 0.16 0.71 0 0.19 286.44 0.6 0.52
Hex AD 3C CE 10 47 0 13 11E 3C 34
Octal 255 74 316 20 107 0 23 436 74 64
Binary 10101101 111100 11001110 10000 1000111 0 10011 100011110 111100 110100

Color Harmonies of #AD3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CCE

Black with #AD3CCE

Text Example


Text Example

White with #AD3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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