Html Css Color HEX #8E1CCD Dark Orchid

📋 copy color: '#8E1CCD'

red 142 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #8E1CCD

Tints of Dark Orchid #8E1CCD

RGB

 RED value IS 142 (55.86% from 255) = 37.87%

 GREEN value IS 28 (11.33% from 255) = 7.47%

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

R = 37.87%
G = 7.47%
B = 54.67%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E1CCD (or 0x8E1CCD) is known color: Dark Orchid. HEX triplet: 8E, 1C and CD. RGB value is (142,28,205). Sum of RGB (Red+Green+Blue) = 142+28+205=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1CCD is #71E332. Grayscale: #515151. Windows color (decimal): -7463731 or 13442190. OLE color: 13442190.

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

Color convert

RGB 142 28 205 -
CMYK 0.31 0.86 0 0.20
HSL 278.64º 0.76% 0.46% -
HSV(B) 278.64º 0.86% 0.8% -
XYZ 22.59 10.99 58.69 -
YUV 82.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 142 28 205 0.31 0.86 0 0.20 278.64 0.76 0.46
Hex 8E 1C CD 1F 56 0 14 117 4C 2E
Octal 216 34 315 37 126 0 24 427 114 56
Binary 10001110 11100 11001101 11111 1010110 0 10100 100010111 1001100 101110

Color Harmonies of #8E1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1CCD

Black with #8E1CCD

Text Example


Text Example

White with #8E1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,28,205); }

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

background-color css

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

 a { background-color: rgb(142,28,205); }

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

border-color css

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

 span { border-color: rgb(142,28,205); }

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