#863CC0

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

Shades of Dark Orchid #863CC0

Tints of Dark Orchid #863CC0

Color information

#863CC0 (or 0x863CC0) is unknown color: approx Dark Orchid. HEX triplet: 86, 3C and C0. RGB value is (134,60,192). Sum of RGB (Red+Green+Blue) = 134+60+192=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #863CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CC0 is #79C33F. Grayscale: #606060. Windows color (decimal): -7979840 or 12598406. OLE color: 12598406.

HSL color Cylindrical-coordinate representation of color #863CC0: hue angle of 273.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863CC0 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13460192-
CMYK0.300.6900.25
HSL273.64º52.38%49.41%-
HSV(B)273.64º68.75%75.29%-
XYZ20.9612.1151.1-
YUV97.17181.52154.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 192 (75.39% from 255) = 49.74%
R=34.72%
G=15.54%
B=49.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134601920.300.6900.25273.6452.3849.41
Hex863CC01E450191123431
Octal20674300361050314226461
Binary1000011011110011000000111101000101011001100010010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863CC0; }

 p { color: rgb(134,60,192); }

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

<style>
 a { background-color: #863CC0; }

 a { background-color: rgb(134,60,192); }

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

<style>
 span { border-color: #863CC0; }

 span { border-color: rgb(134,60,192); }

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