Html Css Color HEX #8D3CCD Dark Orchid

📋 copy color: '#8D3CCD'

red 141 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #8D3CCD

Tints of Dark Orchid #8D3CCD

RGB

 RED value IS 141 (55.47% from 255) = 34.73%

 GREEN value IS 60 (23.83% from 255) = 14.78%

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

R = 34.73%
G = 14.78%
B = 50.49%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D3CCD (or 0x8D3CCD) is known color: Dark Orchid. HEX triplet: 8D, 3C and CD. RGB value is (141,60,205). Sum of RGB (Red+Green+Blue) = 141+60+205=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CCD is #72C332. Grayscale: #646464. Windows color (decimal): -7521075 or 13450381. OLE color: 13450381.

HSL color Cylindrical-coordinate representation of color #8D3CCD: hue angle of 273.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3CCD is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 60 205 -
CMYK 0.31 0.71 0 0.20
HSL 273.52º 0.59% 0.52% -
HSV(B) 273.52º 0.71% 0.8% -
XYZ 23.62 13.3 59.08 -
YUV 100.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 141 60 205 0.31 0.71 0 0.20 273.52 0.59 0.52
Hex 8D 3C CD 1F 47 0 14 112 3B 34
Octal 215 74 315 37 107 0 24 422 73 64
Binary 10001101 111100 11001101 11111 1000111 0 10100 100010010 111011 110100

Color Harmonies of #8D3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CCD

Black with #8D3CCD

Text Example


Text Example

White with #8D3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D3CCD; }

 p { color: rgb(141,60,205); }

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

background-color css

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

 a { background-color: rgb(141,60,205); }

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

border-color css

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

 span { border-color: rgb(141,60,205); }

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