Html Css Color HEX #873CCE Dark Orchid

📋 copy color: '#873CCE'

red 135 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #873CCE

Tints of Dark Orchid #873CCE

RGB

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

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

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

R = 33.67%
G = 14.96%
B = 51.37%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#873CCE (or 0x873CCE) is known color: Dark Orchid. HEX triplet: 87, 3C and CE. RGB value is (135,60,206). Sum of RGB (Red+Green+Blue) = 135+60+206=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #873CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCE is #78C331. Grayscale: #626262. Windows color (decimal): -7914290 or 13515911. OLE color: 13515911.

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

Color convert

RGB 135 60 206 -
CMYK 0.34 0.71 0 0.19
HSL 270.82º 0.6% 0.52% -
HSV(B) 270.82º 0.71% 0.81% -
XYZ 22.75 12.84 59.67 -
YUV 99.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 135 60 206 0.34 0.71 0 0.19 270.82 0.6 0.52
Hex 87 3C CE 22 47 0 13 10F 3C 34
Octal 207 74 316 42 107 0 23 417 74 64
Binary 10000111 111100 11001110 100010 1000111 0 10011 100001111 111100 110100

Color Harmonies of #873CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CCE

Black with #873CCE

Text Example


Text Example

White with #873CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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