Html Css Color HEX #8E1CC8 Dark Orchid

📋 copy color: '#8E1CC8'

red 142 ◦ green 28 ◦ blue 200

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

Shades of Dark Orchid #8E1CC8

Tints of Dark Orchid #8E1CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.05%

R = 38.38%
G = 7.57%
B = 54.05%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8E1CC8 (or 0x8E1CC8) is known color: Dark Orchid. HEX triplet: 8E, 1C and C8. RGB value is (142,28,200). Sum of RGB (Red+Green+Blue) = 142+28+200=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #8E1CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1CC8 is #71E337. Grayscale: #515151. Windows color (decimal): -7463736 or 13114510. OLE color: 13114510.

HSL color Cylindrical-coordinate representation of color #8E1CC8: hue angle of 279.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1CC8 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 28 200 -
CMYK 0.29 0.86 0 0.22
HSL 279.77º 0.75% 0.45% -
HSV(B) 279.77º 0.86% 0.78% -
XYZ 22 10.75 55.56 -
YUV 81.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 142 28 200 0.29 0.86 0 0.22 279.77 0.75 0.45
Hex 8E 1C C8 1D 56 0 16 118 4B 2D
Octal 216 34 310 35 126 0 26 430 113 55
Binary 10001110 11100 11001000 11101 1010110 0 10110 100011000 1001011 101101

Color Harmonies of #8E1CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1CC8

Black with #8E1CC8

Text Example


Text Example

White with #8E1CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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