Html Css Color HEX #8C2BCB Dark Orchid

📋 copy color: '#8C2BCB'

red 140 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #8C2BCB

Tints of Dark Orchid #8C2BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 36.27%
G = 11.14%
B = 52.59%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C2BCB (or 0x8C2BCB) is known color: Dark Orchid. HEX triplet: 8C, 2B and CB. RGB value is (140,43,203). Sum of RGB (Red+Green+Blue) = 140+43+203=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C2BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BCB is #73D434. Grayscale: #595959. Windows color (decimal): -7590965 or 13314956. OLE color: 13314956.

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

Color convert

RGB 140 43 203 -
CMYK 0.31 0.79 0 0.20
HSL 276.38º 0.65% 0.48% -
HSV(B) 276.38º 0.79% 0.8% -
XYZ 22.46 11.62 57.56 -
YUV 90.24 191.64 163.49 -
System Red Green Blue C M Y K H S L
Decimal 140 43 203 0.31 0.79 0 0.20 276.38 0.65 0.48
Hex 8C 2B CB 1F 4F 0 14 114 41 30
Octal 214 53 313 37 117 0 24 424 101 60
Binary 10001100 101011 11001011 11111 1001111 0 10100 100010100 1000001 110000

Color Harmonies of #8C2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2BCB

Black with #8C2BCB

Text Example


Text Example

White with #8C2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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