Html Css Color HEX #873CCF Dark Orchid

📋 copy color: '#873CCF'

red 135 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #873CCF

Tints of Dark Orchid #873CCF

RGB

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

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

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

R = 33.58%
G = 14.93%
B = 51.49%

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

#873CCF (or 0x873CCF) is known color: Dark Orchid. HEX triplet: 87, 3C and CF. RGB value is (135,60,207). Sum of RGB (Red+Green+Blue) = 135+60+207=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #873CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCF is #78C330. Grayscale: #626262. Windows color (decimal): -7914289 or 13581447. OLE color: 13581447.

HSL color Cylindrical-coordinate representation of color #873CCF: hue angle of 270.61º 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 #873CCF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 60 207 -
CMYK 0.35 0.71 0 0.19
HSL 270.61º 0.6% 0.52% -
HSV(B) 270.61º 0.71% 0.81% -
XYZ 22.87 12.89 60.31 -
YUV 99.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 135 60 207 0.35 0.71 0 0.19 270.61 0.6 0.52
Hex 87 3C CF 23 47 0 13 10F 3C 34
Octal 207 74 317 43 107 0 23 417 74 64
Binary 10000111 111100 11001111 100011 1000111 0 10011 100001111 111100 110100

Color Harmonies of #873CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CCF

Black with #873CCF

Text Example


Text Example

White with #873CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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