Html Css Color HEX #842FC0 Dark Orchid

📋 copy color: '#842FC0'

red 132 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #842FC0

Tints of Dark Orchid #842FC0

RGB

 RED value IS 132 (51.95% from 255) = 35.58%

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 35.58%
G = 12.67%
B = 51.75%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#842FC0 (or 0x842FC0) is known color: Dark Orchid. HEX triplet: 84, 2F and C0. RGB value is (132,47,192). Sum of RGB (Red+Green+Blue) = 132+47+192=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #842FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FC0 is #7BD03F. Grayscale: #585858. Windows color (decimal): -8114240 or 12595076. OLE color: 12595076.

HSL color Cylindrical-coordinate representation of color #842FC0: hue angle of 275.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842FC0 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 47 192 -
CMYK 0.31 0.76 0 0.25
HSL 275.17º 0.61% 0.47% -
HSV(B) 275.17º 0.76% 0.75% -
XYZ 20.05 10.74 50.89 -
YUV 88.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 132 47 192 0.31 0.76 0 0.25 275.17 0.61 0.47
Hex 84 2F C0 1F 4C 0 19 113 3D 2F
Octal 204 57 300 37 114 0 31 423 75 57
Binary 10000100 101111 11000000 11111 1001100 0 11001 100010011 111101 101111

Color Harmonies of #842FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FC0

Black with #842FC0

Text Example


Text Example

White with #842FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842FC0; }

 p { color: rgb(132,47,192); }

 H1.HeaderClassName
 {
   color: #842FC0;
 }
 .AnyTagClassName
 {
   color: #842FC0;
 }
</style>

background-color css

<style>
 a { background-color: #842FC0; }

 a { background-color: rgb(132,47,192); }

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

border-color css

<style>
 span { border-color: #842FC0; }

 span { border-color: rgb(132,47,192); }

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