Html Css Color HEX #A82FCD Dark Orchid

📋 copy color: '#A82FCD'

red 168 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #A82FCD

Tints of Dark Orchid #A82FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.19%

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

R = 40%
G = 11.19%
B = 48.81%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A82FCD (or 0xA82FCD) is known color: Dark Orchid. HEX triplet: A8, 2F and CD. RGB value is (168,47,205). Sum of RGB (Red+Green+Blue) = 168+47+205=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #A82FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FCD is #57D032. Grayscale: #646464. Windows color (decimal): -5754931 or 13447080. OLE color: 13447080.

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

Color convert

RGB 168 47 205 -
CMYK 0.18 0.77 0 0.20
HSL 285.95º 0.63% 0.49% -
HSV(B) 285.95º 0.77% 0.8% -
XYZ 28.18 14.77 59.12 -
YUV 101.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 168 47 205 0.18 0.77 0 0.20 285.95 0.63 0.49
Hex A8 2F CD 12 4D 0 14 11E 3F 31
Octal 250 57 315 22 115 0 24 436 77 61
Binary 10101000 101111 11001101 10010 1001101 0 10100 100011110 111111 110001

Color Harmonies of #A82FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FCD

Black with #A82FCD

Text Example


Text Example

White with #A82FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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