Html Css Color HEX #863CC8 Dark Orchid

📋 copy color: '#863CC8'

red 134 ◦ green 60 ◦ blue 200

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

Shades of Dark Orchid #863CC8

Tints of Dark Orchid #863CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 34.01%
G = 15.23%
B = 50.76%

CMYK

 C value IS 0.33

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#863CC8 (or 0x863CC8) is known color: Dark Orchid. HEX triplet: 86, 3C and C8. RGB value is (134,60,200). Sum of RGB (Red+Green+Blue) = 134+60+200=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #863CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CC8 is #79C337. Grayscale: #616161. Windows color (decimal): -7979832 or 13122694. OLE color: 13122694.

HSL color Cylindrical-coordinate representation of color #863CC8: hue angle of 271.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863CC8 is Cyan = 0.33, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 60 200 -
CMYK 0.33 0.7 0 0.22
HSL 271.71º 0.56% 0.51% -
HSV(B) 271.71º 0.7% 0.78% -
XYZ 21.87 12.47 55.9 -
YUV 98.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 134 60 200 0.33 0.7 0 0.22 271.71 0.56 0.51
Hex 86 3C C8 21 46 0 16 110 38 33
Octal 206 74 310 41 106 0 26 420 70 63
Binary 10000110 111100 11001000 100001 1000110 0 10110 100010000 111000 110011

Color Harmonies of #863CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CC8

Black with #863CC8

Text Example


Text Example

White with #863CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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