Html Css Color HEX #8C41CF Dark Orchid

📋 copy color: '#8C41CF'

red 140 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #8C41CF

Tints of Dark Orchid #8C41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 33.98%
G = 15.78%
B = 50.24%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C41CF (or 0x8C41CF) is known color: Dark Orchid. HEX triplet: 8C, 41 and CF. RGB value is (140,65,207). Sum of RGB (Red+Green+Blue) = 140+65+207=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41CF is #73BE30. Grayscale: #676767. Windows color (decimal): -7585329 or 13582732. OLE color: 13582732.

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

Color convert

RGB 140 65 207 -
CMYK 0.32 0.69 0 0.19
HSL 271.69º 0.6% 0.53% -
HSV(B) 271.69º 0.69% 0.81% -
XYZ 23.97 13.86 60.44 -
YUV 103.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 140 65 207 0.32 0.69 0 0.19 271.69 0.6 0.53
Hex 8C 41 CF 20 45 0 13 110 3C 35
Octal 214 101 317 40 105 0 23 420 74 65
Binary 10001100 1000001 11001111 100000 1000101 0 10011 100010000 111100 110101

Color Harmonies of #8C41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C41CF

Black with #8C41CF

Text Example


Text Example

White with #8C41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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