Html Css Color HEX #8C47CF Dark Orchid

📋 copy color: '#8C47CF'

red 140 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #8C47CF

Tints of Dark Orchid #8C47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 33.49%
G = 16.99%
B = 49.52%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C47CF (or 0x8C47CF) is known color: Dark Orchid. HEX triplet: 8C, 47 and CF. RGB value is (140,71,207). Sum of RGB (Red+Green+Blue) = 140+71+207=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C47CF is #73B830. Grayscale: #6A6A6A. Windows color (decimal): -7583793 or 13584268. OLE color: 13584268.

HSL color Cylindrical-coordinate representation of color #8C47CF: hue angle of 270.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C47CF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 71 207 -
CMYK 0.32 0.66 0 0.19
HSL 270.44º 0.59% 0.55% -
HSV(B) 270.44º 0.66% 0.81% -
XYZ 24.33 14.59 60.56 -
YUV 107.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 140 71 207 0.32 0.66 0 0.19 270.44 0.59 0.55
Hex 8C 47 CF 20 42 0 13 10E 3B 37
Octal 214 107 317 40 102 0 23 416 73 67
Binary 10001100 1000111 11001111 100000 1000010 0 10011 100001110 111011 110111

Color Harmonies of #8C47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C47CF

Black with #8C47CF

Text Example


Text Example

White with #8C47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,207); }

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

background-color css

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

 a { background-color: rgb(140,71,207); }

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

border-color css

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

 span { border-color: rgb(140,71,207); }

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