Html Css Color HEX #873ECC Dark Orchid

📋 copy color: '#873ECC'

red 135 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #873ECC

Tints of Dark Orchid #873ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.46%

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

R = 33.67%
G = 15.46%
B = 50.87%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#873ECC (or 0x873ECC) is known color: Dark Orchid. HEX triplet: 87, 3E and CC. RGB value is (135,62,204). Sum of RGB (Red+Green+Blue) = 135+62+204=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #873ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ECC is #78C133. Grayscale: #636363. Windows color (decimal): -7913780 or 13385351. OLE color: 13385351.

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

Color convert

RGB 135 62 204 -
CMYK 0.34 0.70 0 0.2
HSL 270.85º 0.58% 0.52% -
HSV(B) 270.85º 0.7% 0.8% -
XYZ 22.61 12.96 58.44 -
YUV 100.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 135 62 204 0.34 0.70 0 0.2 270.85 0.58 0.52
Hex 87 3E CC 22 46 0 14 10F 3A 34
Octal 207 76 314 42 106 0 24 417 72 64
Binary 10000111 111110 11001100 100010 1000110 0 10100 100001111 111010 110100

Color Harmonies of #873ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ECC

Black with #873ECC

Text Example


Text Example

White with #873ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,62,204); }

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

background-color css

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

 a { background-color: rgb(135,62,204); }

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

border-color css

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

 span { border-color: rgb(135,62,204); }

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