Html Css Color HEX #8647CD Dark Orchid

📋 copy color: '#8647CD'

red 134 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #8647CD

Tints of Dark Orchid #8647CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.32%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 32.68%
G = 17.32%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8647CD (or 0x8647CD) is known color: Dark Orchid. HEX triplet: 86, 47 and CD. RGB value is (134,71,205). Sum of RGB (Red+Green+Blue) = 134+71+205=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8647CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647CD is #79B832. Grayscale: #686868. Windows color (decimal): -7977011 or 13453190. OLE color: 13453190.

HSL color Cylindrical-coordinate representation of color #8647CD: hue angle of 268.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8647CD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 71 205 -
CMYK 0.35 0.65 0 0.20
HSL 268.21º 0.57% 0.54% -
HSV(B) 268.21º 0.65% 0.8% -
XYZ 23.1 13.98 59.24 -
YUV 105.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 134 71 205 0.35 0.65 0 0.20 268.21 0.57 0.54
Hex 86 47 CD 23 41 0 14 10C 39 36
Octal 206 107 315 43 101 0 24 414 71 66
Binary 10000110 1000111 11001101 100011 1000001 0 10100 100001100 111001 110110

Color Harmonies of #8647CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8647CD

Black with #8647CD

Text Example


Text Example

White with #8647CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8647CD; }

 p { color: rgb(134,71,205); }

 H1.HeaderClassName
 {
   color: #8647CD;
 }
 .AnyTagClassName
 {
   color: #8647CD;
 }
</style>

background-color css

<style>
 a { background-color: #8647CD; }

 a { background-color: rgb(134,71,205); }

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

border-color css

<style>
 span { border-color: #8647CD; }

 span { border-color: rgb(134,71,205); }

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