Html Css Color HEX #8C2BCA Dark Orchid

📋 copy color: '#8C2BCA'

red 140 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #8C2BCA

Tints of Dark Orchid #8C2BCA

RGB

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

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

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

R = 36.36%
G = 11.17%
B = 52.47%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C2BCA (or 0x8C2BCA) is known color: Dark Orchid. HEX triplet: 8C, 2B and CA. RGB value is (140,43,202). Sum of RGB (Red+Green+Blue) = 140+43+202=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C2BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BCA is #73D435. Grayscale: #595959. Windows color (decimal): -7590966 or 13249420. OLE color: 13249420.

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

Color convert

RGB 140 43 202 -
CMYK 0.31 0.79 0 0.21
HSL 276.6º 0.65% 0.48% -
HSV(B) 276.6º 0.79% 0.79% -
XYZ 22.34 11.57 56.93 -
YUV 90.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 140 43 202 0.31 0.79 0 0.21 276.6 0.65 0.48
Hex 8C 2B CA 1F 4F 0 15 115 41 30
Octal 214 53 312 37 117 0 25 425 101 60
Binary 10001100 101011 11001010 11111 1001111 0 10101 100010101 1000001 110000

Color Harmonies of #8C2BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2BCA

Black with #8C2BCA

Text Example


Text Example

White with #8C2BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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