Html Css Color HEX #8C2CCD Dark Orchid

📋 copy color: '#8C2CCD'

red 140 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #8C2CCD

Tints of Dark Orchid #8C2CCD

RGB

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

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

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

R = 35.99%
G = 11.31%
B = 52.7%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C2CCD (or 0x8C2CCD) is known color: Dark Orchid. HEX triplet: 8C, 2C and CD. RGB value is (140,44,205). Sum of RGB (Red+Green+Blue) = 140+44+205=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CCD is #73D332. Grayscale: #5A5A5A. Windows color (decimal): -7590707 or 13446284. OLE color: 13446284.

HSL color Cylindrical-coordinate representation of color #8C2CCD: hue angle of 275.78º 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 #8C2CCD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 44 205 -
CMYK 0.32 0.79 0 0.20
HSL 275.78º 0.65% 0.49% -
HSV(B) 275.78º 0.79% 0.8% -
XYZ 22.74 11.78 58.83 -
YUV 91.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 140 44 205 0.32 0.79 0 0.20 275.78 0.65 0.49
Hex 8C 2C CD 20 4F 0 14 114 41 31
Octal 214 54 315 40 117 0 24 424 101 61
Binary 10001100 101100 11001101 100000 1001111 0 10100 100010100 1000001 110001

Color Harmonies of #8C2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CCD

Black with #8C2CCD

Text Example


Text Example

White with #8C2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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