Html Css Color HEX #863CBC Dark Orchid

📋 copy color: '#863CBC'

red 134 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #863CBC

Tints of Dark Orchid #863CBC

RGB

 RED value IS 134 (52.73% from 255) = 35.08%

 GREEN value IS 60 (23.83% from 255) = 15.71%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 35.08%
G = 15.71%
B = 49.21%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863CBC (or 0x863CBC) is known color: Dark Orchid. HEX triplet: 86, 3C and BC. RGB value is (134,60,188). Sum of RGB (Red+Green+Blue) = 134+60+188=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #863CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CBC is #79C343. Grayscale: #606060. Windows color (decimal): -7979844 or 12336262. OLE color: 12336262.

HSL color Cylindrical-coordinate representation of color #863CBC: hue angle of 274.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863CBC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 60 188 -
CMYK 0.29 0.68 0 0.26
HSL 274.69º 0.52% 0.49% -
HSV(B) 274.69º 0.68% 0.74% -
XYZ 20.52 11.93 48.8 -
YUV 96.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 134 60 188 0.29 0.68 0 0.26 274.69 0.52 0.49
Hex 86 3C BC 1D 44 0 1A 113 34 31
Octal 206 74 274 35 104 0 32 423 64 61
Binary 10000110 111100 10111100 11101 1000100 0 11010 100010011 110100 110001

Color Harmonies of #863CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CBC

Black with #863CBC

Text Example


Text Example

White with #863CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863CBC;
 }
 .AnyTagClassName
 {
   color: #863CBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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