Html Css Color HEX #843FCD Dark Orchid

📋 copy color: '#843FCD'

red 132 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #843FCD

Tints of Dark Orchid #843FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.75%

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 33%
G = 15.75%
B = 51.25%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#843FCD (or 0x843FCD) is known color: Dark Orchid. HEX triplet: 84, 3F and CD. RGB value is (132,63,205). Sum of RGB (Red+Green+Blue) = 132+63+205=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #843FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FCD is #7BC032. Grayscale: #636363. Windows color (decimal): -8110131 or 13451140. OLE color: 13451140.

HSL color Cylindrical-coordinate representation of color #843FCD: hue angle of 269.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843FCD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 63 205 -
CMYK 0.36 0.69 0 0.20
HSL 269.15º 0.59% 0.53% -
HSV(B) 269.15º 0.69% 0.8% -
XYZ 22.31 12.87 59.07 -
YUV 99.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 132 63 205 0.36 0.69 0 0.20 269.15 0.59 0.53
Hex 84 3F CD 24 45 0 14 10D 3B 35
Octal 204 77 315 44 105 0 24 415 73 65
Binary 10000100 111111 11001101 100100 1000101 0 10100 100001101 111011 110101

Color Harmonies of #843FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FCD

Black with #843FCD

Text Example


Text Example

White with #843FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843FCD; }

 p { color: rgb(132,63,205); }

 H1.HeaderClassName
 {
   color: #843FCD;
 }
 .AnyTagClassName
 {
   color: #843FCD;
 }
</style>

background-color css

<style>
 a { background-color: #843FCD; }

 a { background-color: rgb(132,63,205); }

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

border-color css

<style>
 span { border-color: #843FCD; }

 span { border-color: rgb(132,63,205); }

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