Html Css Color HEX #851DC7 Dark Orchid

📋 copy color: '#851DC7'

red 133 ◦ green 29 ◦ blue 199

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

Shades of Dark Orchid #851DC7

Tints of Dark Orchid #851DC7

RGB

 RED value IS 133 (52.34% from 255) = 36.84%

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 199 (78.13% from 255) = 55.12%

R = 36.84%
G = 8.03%
B = 55.12%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#851DC7 (or 0x851DC7) is known color: Dark Orchid. HEX triplet: 85, 1D and C7. RGB value is (133,29,199). Sum of RGB (Red+Green+Blue) = 133+29+199=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #851DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DC7 is #7AE238. Grayscale: #4E4E4E. Windows color (decimal): -8053305 or 13049221. OLE color: 13049221.

HSL color Cylindrical-coordinate representation of color #851DC7: hue angle of 276.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851DC7 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 29 199 -
CMYK 0.33 0.85 0 0.22
HSL 276.71º 0.75% 0.45% -
HSV(B) 276.71º 0.85% 0.78% -
XYZ 20.42 9.99 54.88 -
YUV 79.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 133 29 199 0.33 0.85 0 0.22 276.71 0.75 0.45
Hex 85 1D C7 21 55 0 16 115 4B 2D
Octal 205 35 307 41 125 0 26 425 113 55
Binary 10000101 11101 11000111 100001 1010101 0 10110 100010101 1001011 101101

Color Harmonies of #851DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DC7

Black with #851DC7

Text Example


Text Example

White with #851DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851DC7; }

 p { color: rgb(133,29,199); }

 H1.HeaderClassName
 {
   color: #851DC7;
 }
 .AnyTagClassName
 {
   color: #851DC7;
 }
</style>

background-color css

<style>
 a { background-color: #851DC7; }

 a { background-color: rgb(133,29,199); }

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

border-color css

<style>
 span { border-color: #851DC7; }

 span { border-color: rgb(133,29,199); }

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