Html Css Color HEX #AD3DCC Dark Orchid

📋 copy color: '#AD3DCC'

red 173 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #AD3DCC

Tints of Dark Orchid #AD3DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 39.5%
G = 13.93%
B = 46.58%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD3DCC (or 0xAD3DCC) is known color: Dark Orchid. HEX triplet: AD, 3D and CC. RGB value is (173,61,204). Sum of RGB (Red+Green+Blue) = 173+61+204=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DCC is #52C233. Grayscale: #6E6E6E. Windows color (decimal): -5423668 or 13385133. OLE color: 13385133.

HSL color Cylindrical-coordinate representation of color #AD3DCC: hue angle of 286.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3DCC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 61 204 -
CMYK 0.15 0.70 0 0.2
HSL 286.99º 0.58% 0.52% -
HSV(B) 286.99º 0.7% 0.8% -
XYZ 29.8 16.58 58.76 -
YUV 110.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 173 61 204 0.15 0.70 0 0.2 286.99 0.58 0.52
Hex AD 3D CC F 46 0 14 11F 3A 34
Octal 255 75 314 17 106 0 24 437 72 64
Binary 10101101 111101 11001100 1111 1000110 0 10100 100011111 111010 110100

Color Harmonies of #AD3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DCC

Black with #AD3DCC

Text Example


Text Example

White with #AD3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DCC; }

 p { color: rgb(173,61,204); }

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

background-color css

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

 a { background-color: rgb(173,61,204); }

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

border-color css

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

 span { border-color: rgb(173,61,204); }

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