Html Css Color HEX #863CCC Dark Orchid

📋 copy color: '#863CCC'

red 134 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #863CCC

Tints of Dark Orchid #863CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 33.67%
G = 15.08%
B = 51.26%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#863CCC (or 0x863CCC) is known color: Dark Orchid. HEX triplet: 86, 3C and CC. RGB value is (134,60,204). Sum of RGB (Red+Green+Blue) = 134+60+204=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #863CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CCC is #79C333. Grayscale: #626262. Windows color (decimal): -7979828 or 13384838. OLE color: 13384838.

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

Color convert

RGB 134 60 204 -
CMYK 0.34 0.71 0 0.2
HSL 270.83º 0.59% 0.52% -
HSV(B) 270.83º 0.71% 0.8% -
XYZ 22.35 12.66 58.39 -
YUV 98.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 134 60 204 0.34 0.71 0 0.2 270.83 0.59 0.52
Hex 86 3C CC 22 47 0 14 10F 3B 34
Octal 206 74 314 42 107 0 24 417 73 64
Binary 10000110 111100 11001100 100010 1000111 0 10100 100001111 111011 110100

Color Harmonies of #863CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CCC

Black with #863CCC

Text Example


Text Example

White with #863CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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