Html Css Color HEX #A83FCD Dark Orchid

📋 copy color: '#A83FCD'

red 168 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A83FCD

Tints of Dark Orchid #A83FCD

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 38.53%
G = 14.45%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A83FCD (or 0xA83FCD) is known color: Dark Orchid. HEX triplet: A8, 3F and CD. RGB value is (168,63,205). Sum of RGB (Red+Green+Blue) = 168+63+205=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A83FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCD is #57C032. Grayscale: #6E6E6E. Windows color (decimal): -5750835 or 13451176. OLE color: 13451176.

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

Color convert

RGB 168 63 205 -
CMYK 0.18 0.69 0 0.20
HSL 284.37º 0.59% 0.53% -
HSV(B) 284.37º 0.69% 0.8% -
XYZ 28.95 16.29 59.38 -
YUV 110.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 168 63 205 0.18 0.69 0 0.20 284.37 0.59 0.53
Hex A8 3F CD 12 45 0 14 11C 3B 35
Octal 250 77 315 22 105 0 24 434 73 65
Binary 10101000 111111 11001101 10010 1000101 0 10100 100011100 111011 110101

Color Harmonies of #A83FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FCD

Black with #A83FCD

Text Example


Text Example

White with #A83FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FCD; }

 p { color: rgb(168,63,205); }

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

background-color css

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

 a { background-color: rgb(168,63,205); }

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

border-color css

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

 span { border-color: rgb(168,63,205); }

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