Html Css Color HEX #8D45CD Dark Orchid

📋 copy color: '#8D45CD'

red 141 ◦ green 69 ◦ blue 205

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

Shades of Dark Orchid #8D45CD

Tints of Dark Orchid #8D45CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

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

R = 33.98%
G = 16.63%
B = 49.4%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D45CD (or 0x8D45CD) is known color: Dark Orchid. HEX triplet: 8D, 45 and CD. RGB value is (141,69,205). Sum of RGB (Red+Green+Blue) = 141+69+205=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D45CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45CD is #72BA32. Grayscale: #696969. Windows color (decimal): -7518771 or 13452685. OLE color: 13452685.

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

Color convert

RGB 141 69 205 -
CMYK 0.31 0.66 0 0.20
HSL 271.76º 0.58% 0.54% -
HSV(B) 271.76º 0.66% 0.8% -
XYZ 24.13 14.33 59.25 -
YUV 106.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 141 69 205 0.31 0.66 0 0.20 271.76 0.58 0.54
Hex 8D 45 CD 1F 42 0 14 110 3A 36
Octal 215 105 315 37 102 0 24 420 72 66
Binary 10001101 1000101 11001101 11111 1000010 0 10100 100010000 111010 110110

Color Harmonies of #8D45CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D45CD

Black with #8D45CD

Text Example


Text Example

White with #8D45CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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