Html Css Color HEX #8F2CCD Dark Orchid

📋 copy color: '#8F2CCD'

red 143 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #8F2CCD

Tints of Dark Orchid #8F2CCD

RGB

 RED value IS 143 (56.25% from 255) = 36.48%

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 36.48%
G = 11.22%
B = 52.3%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F2CCD (or 0x8F2CCD) is known color: Dark Orchid. HEX triplet: 8F, 2C and CD. RGB value is (143,44,205). Sum of RGB (Red+Green+Blue) = 143+44+205=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CCD is #70D332. Grayscale: #5B5B5B. Windows color (decimal): -7394099 or 13446287. OLE color: 13446287.

HSL color Cylindrical-coordinate representation of color #8F2CCD: hue angle of 276.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2CCD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 44 205 -
CMYK 0.30 0.79 0 0.20
HSL 276.89º 0.65% 0.49% -
HSV(B) 276.89º 0.79% 0.8% -
XYZ 23.25 12.05 58.86 -
YUV 91.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 143 44 205 0.30 0.79 0 0.20 276.89 0.65 0.49
Hex 8F 2C CD 1E 4F 0 14 115 41 31
Octal 217 54 315 36 117 0 24 425 101 61
Binary 10001111 101100 11001101 11110 1001111 0 10100 100010101 1000001 110001

Color Harmonies of #8F2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2CCD

Black with #8F2CCD

Text Example


Text Example

White with #8F2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,44,205); }

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

background-color css

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

 a { background-color: rgb(143,44,205); }

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

border-color css

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

 span { border-color: rgb(143,44,205); }

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