#8c2dcb

Color #8C2DCB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8C2DCB

Tints of Dark Orchid #8C2DCB

Color information

#8C2DCB (or 0x8C2DCB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 2D and CB. RGB value is (140,45,203). Sum of RGB (Red+Green+Blue) = 140+45+203=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DCB is #73D234. Grayscale: #5A5A5A. Windows color (decimal): -7590453 or 13315468. OLE color: 13315468.

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

Color convert

RGB14045203-
CMYK0.310.7800.20
HSL276.08º63.71%48.63%-
HSV(B)276.08º77.83%79.61%-
XYZ22.5311.7657.58-
YUV91.42190.97162.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 45 (17.97% from 255) = 11.60%
BLUE value IS 203 (79.69% from 255) = 52.32%
R=36.08%
G=11.60%
B=52.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140452030.310.7800.20276.0863.7148.63
Hex8C2DCB1F4E0141144031
Octal214553133711602442410061
Binary10001100101101110010111111110011100101001000101001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8c2dcb;
 }
 .AnyTagClassName
 {
   color: #8c2dcb;
 }
</style>
background-color css

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

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

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

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

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

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