Html Css Color HEX #863CB8 Dark Orchid

📋 copy color: '#863CB8'

red 134 ◦ green 60 ◦ blue 184

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

Shades of Dark Orchid #863CB8

Tints of Dark Orchid #863CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 35.45%
G = 15.87%
B = 48.68%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#863CB8 (or 0x863CB8) is known color: Dark Orchid. HEX triplet: 86, 3C and B8. RGB value is (134,60,184). Sum of RGB (Red+Green+Blue) = 134+60+184=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #863CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CB8 is #79C347. Grayscale: #5F5F5F. Windows color (decimal): -7979848 or 12074118. OLE color: 12074118.

HSL color Cylindrical-coordinate representation of color #863CB8: hue angle of 275.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863CB8 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 60 184 -
CMYK 0.27 0.67 0 0.28
HSL 275.81º 0.51% 0.48% -
HSV(B) 275.81º 0.67% 0.72% -
XYZ 20.1 11.76 46.56 -
YUV 96.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 134 60 184 0.27 0.67 0 0.28 275.81 0.51 0.48
Hex 86 3C B8 1B 43 0 1C 114 33 30
Octal 206 74 270 33 103 0 34 424 63 60
Binary 10000110 111100 10111000 11011 1000011 0 11100 100010100 110011 110000

Color Harmonies of #863CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CB8

Black with #863CB8

Text Example


Text Example

White with #863CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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