Html Css Color HEX #8C2CCA Dark Orchid

📋 copy color: '#8C2CCA'

red 140 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #8C2CCA

Tints of Dark Orchid #8C2CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 36.27%
G = 11.4%
B = 52.33%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C2CCA (or 0x8C2CCA) is known color: Dark Orchid. HEX triplet: 8C, 2C and CA. RGB value is (140,44,202). Sum of RGB (Red+Green+Blue) = 140+44+202=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C2CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CCA is #73D335. Grayscale: #5A5A5A. Windows color (decimal): -7590710 or 13249676. OLE color: 13249676.

HSL color Cylindrical-coordinate representation of color #8C2CCA: hue angle of 276.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2CCA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 44 202 -
CMYK 0.31 0.78 0 0.21
HSL 276.46º 0.64% 0.48% -
HSV(B) 276.46º 0.78% 0.79% -
XYZ 22.38 11.64 56.94 -
YUV 90.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 140 44 202 0.31 0.78 0 0.21 276.46 0.64 0.48
Hex 8C 2C CA 1F 4E 0 15 114 40 30
Octal 214 54 312 37 116 0 25 424 100 60
Binary 10001100 101100 11001010 11111 1001110 0 10101 100010100 1000000 110000

Color Harmonies of #8C2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CCA

Black with #8C2CCA

Text Example


Text Example

White with #8C2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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