Html Css Color HEX #873DCF Dark Orchid

📋 copy color: '#873DCF'

red 135 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #873DCF

Tints of Dark Orchid #873DCF

RGB

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

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

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

R = 33.5%
G = 15.14%
B = 51.36%

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

#873DCF (or 0x873DCF) is known color: Dark Orchid. HEX triplet: 87, 3D and CF. RGB value is (135,61,207). Sum of RGB (Red+Green+Blue) = 135+61+207=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #873DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DCF is #78C230. Grayscale: #636363. Windows color (decimal): -7914033 or 13581703. OLE color: 13581703.

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

Color convert

RGB 135 61 207 -
CMYK 0.35 0.71 0 0.19
HSL 270.41º 0.6% 0.53% -
HSV(B) 270.41º 0.71% 0.81% -
XYZ 22.92 12.99 60.33 -
YUV 99.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 135 61 207 0.35 0.71 0 0.19 270.41 0.6 0.53
Hex 87 3D CF 23 47 0 13 10E 3C 35
Octal 207 75 317 43 107 0 23 416 74 65
Binary 10000111 111101 11001111 100011 1000111 0 10011 100001110 111100 110101

Color Harmonies of #873DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DCF

Black with #873DCF

Text Example


Text Example

White with #873DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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