Html Css Color HEX #A63DCD Dark Orchid

📋 copy color: '#A63DCD'

red 166 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A63DCD

Tints of Dark Orchid #A63DCD

RGB

 RED value IS 166 (65.23% from 255) = 38.43%

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

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

R = 38.43%
G = 14.12%
B = 47.45%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A63DCD (or 0xA63DCD) is known color: Dark Orchid. HEX triplet: A6, 3D and CD. RGB value is (166,61,205). Sum of RGB (Red+Green+Blue) = 166+61+205=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A63DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DCD is #59C232. Grayscale: #6C6C6C. Windows color (decimal): -5882419 or 13450662. OLE color: 13450662.

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

Color convert

RGB 166 61 205 -
CMYK 0.19 0.70 0 0.20
HSL 283.75º 0.59% 0.52% -
HSV(B) 283.75º 0.7% 0.8% -
XYZ 28.41 15.85 59.32 -
YUV 108.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 166 61 205 0.19 0.70 0 0.20 283.75 0.59 0.52
Hex A6 3D CD 13 46 0 14 11C 3B 34
Octal 246 75 315 23 106 0 24 434 73 64
Binary 10100110 111101 11001101 10011 1000110 0 10100 100011100 111011 110100

Color Harmonies of #A63DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DCD

Black with #A63DCD

Text Example


Text Example

White with #A63DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DCD; }

 p { color: rgb(166,61,205); }

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

background-color css

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

 a { background-color: rgb(166,61,205); }

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

border-color css

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

 span { border-color: rgb(166,61,205); }

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