Html Css Color HEX #873DCE Dark Orchid

📋 copy color: '#873DCE'

red 135 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #873DCE

Tints of Dark Orchid #873DCE

RGB

 RED value IS 135 (53.13% from 255) = 33.58%

 GREEN value IS 61 (24.22% from 255) = 15.17%

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

R = 33.58%
G = 15.17%
B = 51.24%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#873DCE (or 0x873DCE) is known color: Dark Orchid. HEX triplet: 87, 3D and CE. RGB value is (135,61,206). Sum of RGB (Red+Green+Blue) = 135+61+206=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #873DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DCE is #78C231. Grayscale: #636363. Windows color (decimal): -7914034 or 13516167. OLE color: 13516167.

HSL color Cylindrical-coordinate representation of color #873DCE: hue angle of 270.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873DCE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 61 206 -
CMYK 0.34 0.70 0 0.19
HSL 270.62º 0.6% 0.52% -
HSV(B) 270.62º 0.7% 0.81% -
XYZ 22.8 12.94 59.69 -
YUV 99.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 135 61 206 0.34 0.70 0 0.19 270.62 0.6 0.52
Hex 87 3D CE 22 46 0 13 10F 3C 34
Octal 207 75 316 42 106 0 23 417 74 64
Binary 10000111 111101 11001110 100010 1000110 0 10011 100001111 111100 110100

Color Harmonies of #873DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DCE

Black with #873DCE

Text Example


Text Example

White with #873DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873DCE; }

 p { color: rgb(135,61,206); }

 H1.HeaderClassName
 {
   color: #873DCE;
 }
 .AnyTagClassName
 {
   color: #873DCE;
 }
</style>

background-color css

<style>
 a { background-color: #873DCE; }

 a { background-color: rgb(135,61,206); }

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

border-color css

<style>
 span { border-color: #873DCE; }

 span { border-color: rgb(135,61,206); }

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