Html Css Color HEX #863CCF Dark Orchid

📋 copy color: '#863CCF'

red 134 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #863CCF

Tints of Dark Orchid #863CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 33.42%
G = 14.96%
B = 51.62%

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

#863CCF (or 0x863CCF) is known color: Dark Orchid. HEX triplet: 86, 3C and CF. RGB value is (134,60,207). Sum of RGB (Red+Green+Blue) = 134+60+207=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #863CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CCF is #79C330. Grayscale: #626262. Windows color (decimal): -7979825 or 13581446. OLE color: 13581446.

HSL color Cylindrical-coordinate representation of color #863CCF: hue angle of 270.2º 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 #863CCF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 60 207 -
CMYK 0.35 0.71 0 0.19
HSL 270.2º 0.6% 0.52% -
HSV(B) 270.2º 0.71% 0.81% -
XYZ 22.71 12.81 60.31 -
YUV 98.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 134 60 207 0.35 0.71 0 0.19 270.2 0.6 0.52
Hex 86 3C CF 23 47 0 13 10E 3C 34
Octal 206 74 317 43 107 0 23 416 74 64
Binary 10000110 111100 11001111 100011 1000111 0 10011 100001110 111100 110100

Color Harmonies of #863CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CCF

Black with #863CCF

Text Example


Text Example

White with #863CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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