Html Css Color HEX #8C49CF Dark Orchid

📋 copy color: '#8C49CF'

red 140 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #8C49CF

Tints of Dark Orchid #8C49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

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

R = 33.33%
G = 17.38%
B = 49.29%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C49CF (or 0x8C49CF) is known color: Dark Orchid. HEX triplet: 8C, 49 and CF. RGB value is (140,73,207). Sum of RGB (Red+Green+Blue) = 140+73+207=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49CF is #73B630. Grayscale: #6B6B6B. Windows color (decimal): -7583281 or 13584780. OLE color: 13584780.

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

Color convert

RGB 140 73 207 -
CMYK 0.32 0.65 0 0.19
HSL 270º 0.58% 0.55% -
HSV(B) 270º 0.65% 0.81% -
XYZ 24.46 14.85 60.61 -
YUV 108.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 140 73 207 0.32 0.65 0 0.19 270 0.58 0.55
Hex 8C 49 CF 20 41 0 13 10E 3A 37
Octal 214 111 317 40 101 0 23 416 72 67
Binary 10001100 1001001 11001111 100000 1000001 0 10011 100001110 111010 110111

Color Harmonies of #8C49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49CF

Black with #8C49CF

Text Example


Text Example

White with #8C49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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