Html Css Color HEX #A83DCC Dark Orchid

📋 copy color: '#A83DCC'

red 168 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #A83DCC

Tints of Dark Orchid #A83DCC

RGB

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

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

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

R = 38.8%
G = 14.09%
B = 47.11%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A83DCC (or 0xA83DCC) is known color: Dark Orchid. HEX triplet: A8, 3D and CC. RGB value is (168,61,204). Sum of RGB (Red+Green+Blue) = 168+61+204=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A83DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCC is #57C233. Grayscale: #6C6C6C. Windows color (decimal): -5751348 or 13385128. OLE color: 13385128.

HSL color Cylindrical-coordinate representation of color #A83DCC: hue angle of 284.9º 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 #A83DCC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 61 204 -
CMYK 0.18 0.70 0 0.2
HSL 284.9º 0.58% 0.52% -
HSV(B) 284.9º 0.7% 0.8% -
XYZ 28.72 16.02 58.71 -
YUV 109.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 168 61 204 0.18 0.70 0 0.2 284.9 0.58 0.52
Hex A8 3D CC 12 46 0 14 11D 3A 34
Octal 250 75 314 22 106 0 24 435 72 64
Binary 10101000 111101 11001100 10010 1000110 0 10100 100011101 111010 110100

Color Harmonies of #A83DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DCC

Black with #A83DCC

Text Example


Text Example

White with #A83DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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