Html Css Color HEX #863ACB Dark Orchid

📋 copy color: '#863ACB'

red 134 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #863ACB

Tints of Dark Orchid #863ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 33.92%
G = 14.68%
B = 51.39%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#863ACB (or 0x863ACB) is known color: Dark Orchid. HEX triplet: 86, 3A and CB. RGB value is (134,58,203). Sum of RGB (Red+Green+Blue) = 134+58+203=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #863ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ACB is #79C534. Grayscale: #606060. Windows color (decimal): -7980341 or 13318790. OLE color: 13318790.

HSL color Cylindrical-coordinate representation of color #863ACB: hue angle of 271.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863ACB is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 58 203 -
CMYK 0.34 0.71 0 0.20
HSL 271.45º 0.58% 0.51% -
HSV(B) 271.45º 0.71% 0.8% -
XYZ 22.12 12.41 57.73 -
YUV 97.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 134 58 203 0.34 0.71 0 0.20 271.45 0.58 0.51
Hex 86 3A CB 22 47 0 14 10F 3A 33
Octal 206 72 313 42 107 0 24 417 72 63
Binary 10000110 111010 11001011 100010 1000111 0 10100 100001111 111010 110011

Color Harmonies of #863ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863ACB

Black with #863ACB

Text Example


Text Example

White with #863ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,203); }

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

background-color css

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

 a { background-color: rgb(134,58,203); }

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

border-color css

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

 span { border-color: rgb(134,58,203); }

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