Html Css Color HEX #873CBC Dark Orchid

📋 copy color: '#873CBC'

red 135 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #873CBC

Tints of Dark Orchid #873CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 35.25%
G = 15.67%
B = 49.09%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#873CBC (or 0x873CBC) is known color: Dark Orchid. HEX triplet: 87, 3C and BC. RGB value is (135,60,188). Sum of RGB (Red+Green+Blue) = 135+60+188=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #873CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CBC is #78C343. Grayscale: #606060. Windows color (decimal): -7914308 or 12336263. OLE color: 12336263.

HSL color Cylindrical-coordinate representation of color #873CBC: hue angle of 275.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873CBC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 60 188 -
CMYK 0.28 0.68 0 0.26
HSL 275.16º 0.52% 0.49% -
HSV(B) 275.16º 0.68% 0.74% -
XYZ 20.68 12.01 48.81 -
YUV 97.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 135 60 188 0.28 0.68 0 0.26 275.16 0.52 0.49
Hex 87 3C BC 1C 44 0 1A 113 34 31
Octal 207 74 274 34 104 0 32 423 64 61
Binary 10000111 111100 10111100 11100 1000100 0 11010 100010011 110100 110001

Color Harmonies of #873CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CBC

Black with #873CBC

Text Example


Text Example

White with #873CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,188); }

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

background-color css

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

 a { background-color: rgb(135,60,188); }

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

border-color css

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

 span { border-color: rgb(135,60,188); }

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