Html Css Color HEX #863CCE Dark Orchid

📋 copy color: '#863CCE'

red 134 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #863CCE

Tints of Dark Orchid #863CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 33.5%
G = 15%
B = 51.5%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#863CCE (or 0x863CCE) is known color: Dark Orchid. HEX triplet: 86, 3C and CE. RGB value is (134,60,206). Sum of RGB (Red+Green+Blue) = 134+60+206=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #863CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CCE is #79C331. Grayscale: #626262. Windows color (decimal): -7979826 or 13515910. OLE color: 13515910.

HSL color Cylindrical-coordinate representation of color #863CCE: hue angle of 270.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863CCE is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 60 206 -
CMYK 0.35 0.71 0 0.19
HSL 270.41º 0.6% 0.52% -
HSV(B) 270.41º 0.71% 0.81% -
XYZ 22.59 12.76 59.66 -
YUV 98.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 134 60 206 0.35 0.71 0 0.19 270.41 0.6 0.52
Hex 86 3C CE 23 47 0 13 10E 3C 34
Octal 206 74 316 43 107 0 23 416 74 64
Binary 10000110 111100 11001110 100011 1000111 0 10011 100001110 111100 110100

Color Harmonies of #863CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CCE

Black with #863CCE

Text Example


Text Example

White with #863CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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