Html Css Color HEX #8C27CD Dark Orchid

📋 copy color: '#8C27CD'

red 140 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #8C27CD

Tints of Dark Orchid #8C27CD

RGB

 RED value IS 140 (55.08% from 255) = 36.46%

 GREEN value IS 39 (15.63% from 255) = 10.16%

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

R = 36.46%
G = 10.16%
B = 53.39%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C27CD (or 0x8C27CD) is known color: Dark Orchid. HEX triplet: 8C, 27 and CD. RGB value is (140,39,205). Sum of RGB (Red+Green+Blue) = 140+39+205=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C27CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C27CD is #73D832. Grayscale: #575757. Windows color (decimal): -7591987 or 13445004. OLE color: 13445004.

HSL color Cylindrical-coordinate representation of color #8C27CD: hue angle of 276.51º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C27CD is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 39 205 -
CMYK 0.32 0.81 0 0.20
HSL 276.51º 0.68% 0.48% -
HSV(B) 276.51º 0.81% 0.8% -
XYZ 22.56 11.43 58.78 -
YUV 88.12 193.96 165 -
System Red Green Blue C M Y K H S L
Decimal 140 39 205 0.32 0.81 0 0.20 276.51 0.68 0.48
Hex 8C 27 CD 20 51 0 14 115 44 30
Octal 214 47 315 40 121 0 24 425 104 60
Binary 10001100 100111 11001101 100000 1010001 0 10100 100010101 1000100 110000

Color Harmonies of #8C27CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C27CD

Black with #8C27CD

Text Example


Text Example

White with #8C27CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,205); }

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

background-color css

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

 a { background-color: rgb(140,39,205); }

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

border-color css

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

 span { border-color: rgb(140,39,205); }

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