#863DC3

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

Shades of Dark Orchid #863DC3

Tints of Dark Orchid #863DC3

Color information

#863DC3 (or 0x863DC3) is unknown color: approx Dark Orchid. HEX triplet: 86, 3D and C3. RGB value is (134,61,195). Sum of RGB (Red+Green+Blue) = 134+61+195=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #863DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DC3 is #79C23C. Grayscale: #616161. Windows color (decimal): -7979581 or 12795270. OLE color: 12795270.

HSL color Cylindrical-coordinate representation of color #863DC3: hue angle of 272.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863DC3 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13461195-
CMYK0.310.6900.24
HSL272.69º52.76%50.2%-
HSV(B)272.69º68.72%76.47%-
XYZ21.3512.3552.89-
YUV98.1182.68153.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 195 (76.56% from 255) = 50%
R=34.36%
G=15.64%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134611950.310.6900.24272.6952.7650.2
Hex863DC31F450181113532
Octal20675303371050304216562
Binary1000011011110111000011111111000101011000100010001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,195); }

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

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

 a { background-color: rgb(134,61,195); }

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

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

 span { border-color: rgb(134,61,195); }

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