Html Css Color HEX #A83DCB Dark Orchid

📋 copy color: '#A83DCB'

red 168 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #A83DCB

Tints of Dark Orchid #A83DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 38.89%
G = 14.12%
B = 46.99%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A83DCB (or 0xA83DCB) is known color: Dark Orchid. HEX triplet: A8, 3D and CB. RGB value is (168,61,203). Sum of RGB (Red+Green+Blue) = 168+61+203=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A83DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DCB is #57C234. Grayscale: #6C6C6C. Windows color (decimal): -5751349 or 13319592. OLE color: 13319592.

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

Color convert

RGB 168 61 203 -
CMYK 0.17 0.70 0 0.20
HSL 285.21º 0.58% 0.52% -
HSV(B) 285.21º 0.7% 0.8% -
XYZ 28.6 15.97 58.08 -
YUV 109.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 168 61 203 0.17 0.70 0 0.20 285.21 0.58 0.52
Hex A8 3D CB 11 46 0 14 11D 3A 34
Octal 250 75 313 21 106 0 24 435 72 64
Binary 10101000 111101 11001011 10001 1000110 0 10100 100011101 111010 110100

Color Harmonies of #A83DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DCB

Black with #A83DCB

Text Example


Text Example

White with #A83DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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