Html Css Color HEX #AD3FCE Dark Orchid

📋 copy color: '#AD3FCE'

red 173 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #AD3FCE

Tints of Dark Orchid #AD3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.25%

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

R = 39.14%
G = 14.25%
B = 46.61%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD3FCE (or 0xAD3FCE) is known color: Dark Orchid. HEX triplet: AD, 3F and CE. RGB value is (173,63,206). Sum of RGB (Red+Green+Blue) = 173+63+206=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FCE is #52C031. Grayscale: #6F6F6F. Windows color (decimal): -5423154 or 13516717. OLE color: 13516717.

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

Color convert

RGB 173 63 206 -
CMYK 0.16 0.69 0 0.19
HSL 286.15º 0.59% 0.53% -
HSV(B) 286.15º 0.69% 0.81% -
XYZ 30.15 16.9 60.06 -
YUV 112.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 173 63 206 0.16 0.69 0 0.19 286.15 0.59 0.53
Hex AD 3F CE 10 45 0 13 11E 3B 35
Octal 255 77 316 20 105 0 23 436 73 65
Binary 10101101 111111 11001110 10000 1000101 0 10011 100011110 111011 110101

Color Harmonies of #AD3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FCE

Black with #AD3FCE

Text Example


Text Example

White with #AD3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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