Html Css Color HEX #801DC5 Dark Orchid

📋 copy color: '#801DC5'

red 128 ◦ green 29 ◦ blue 197

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

Shades of Dark Orchid #801DC5

Tints of Dark Orchid #801DC5

RGB

 RED value IS 128 (50.39% from 255) = 36.16%

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

 BLUE value IS 197 (77.34% from 255) = 55.65%

R = 36.16%
G = 8.19%
B = 55.65%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#801DC5 (or 0x801DC5) is known color: Dark Orchid. HEX triplet: 80, 1D and C5. RGB value is (128,29,197). Sum of RGB (Red+Green+Blue) = 128+29+197=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #801DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DC5 is #7FE23A. Grayscale: #4D4D4D. Windows color (decimal): -8380987 or 12918144. OLE color: 12918144.

HSL color Cylindrical-coordinate representation of color #801DC5: hue angle of 275.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801DC5 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 29 197 -
CMYK 0.35 0.85 0 0.23
HSL 275.36º 0.74% 0.44% -
HSV(B) 275.36º 0.85% 0.77% -
XYZ 19.42 9.5 53.63 -
YUV 77.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 128 29 197 0.35 0.85 0 0.23 275.36 0.74 0.44
Hex 80 1D C5 23 55 0 17 113 4A 2C
Octal 200 35 305 43 125 0 27 423 112 54
Binary 10000000 11101 11000101 100011 1010101 0 10111 100010011 1001010 101100

Color Harmonies of #801DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DC5

Black with #801DC5

Text Example


Text Example

White with #801DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801DC5; }

 p { color: rgb(128,29,197); }

 H1.HeaderClassName
 {
   color: #801DC5;
 }
 .AnyTagClassName
 {
   color: #801DC5;
 }
</style>

background-color css

<style>
 a { background-color: #801DC5; }

 a { background-color: rgb(128,29,197); }

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

border-color css

<style>
 span { border-color: #801DC5; }

 span { border-color: rgb(128,29,197); }

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