Html Css Color HEX #8C2BCF Dark Orchid

📋 copy color: '#8C2BCF'

red 140 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #8C2BCF

Tints of Dark Orchid #8C2BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

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

R = 35.9%
G = 11.03%
B = 53.08%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C2BCF (or 0x8C2BCF) is known color: Dark Orchid. HEX triplet: 8C, 2B and CF. RGB value is (140,43,207). Sum of RGB (Red+Green+Blue) = 140+43+207=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BCF is #73D430. Grayscale: #5A5A5A. Windows color (decimal): -7590961 or 13577100. OLE color: 13577100.

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

Color convert

RGB 140 43 207 -
CMYK 0.32 0.79 0 0.19
HSL 275.49º 0.66% 0.49% -
HSV(B) 275.49º 0.79% 0.81% -
XYZ 22.94 11.81 60.1 -
YUV 90.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 140 43 207 0.32 0.79 0 0.19 275.49 0.66 0.49
Hex 8C 2B CF 20 4F 0 13 113 42 31
Octal 214 53 317 40 117 0 23 423 102 61
Binary 10001100 101011 11001111 100000 1001111 0 10011 100010011 1000010 110001

Color Harmonies of #8C2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2BCF

Black with #8C2BCF

Text Example


Text Example

White with #8C2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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