Html Css Color HEX #801CBC Dark Orchid

📋 copy color: '#801CBC'

red 128 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #801CBC

Tints of Dark Orchid #801CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

 BLUE value IS 188 (73.83% from 255) = 54.65%

R = 37.21%
G = 8.14%
B = 54.65%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#801CBC (or 0x801CBC) is known color: Dark Orchid. HEX triplet: 80, 1C and BC. RGB value is (128,28,188). Sum of RGB (Red+Green+Blue) = 128+28+188=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #801CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CBC is #7FE343. Grayscale: #4B4B4B. Windows color (decimal): -8381252 or 12328064. OLE color: 12328064.

HSL color Cylindrical-coordinate representation of color #801CBC: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801CBC is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 28 188 -
CMYK 0.32 0.85 0 0.26
HSL 277.5º 0.74% 0.42% -
HSV(B) 277.5º 0.85% 0.74% -
XYZ 18.39 9.05 48.35 -
YUV 76.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 128 28 188 0.32 0.85 0 0.26 277.5 0.74 0.42
Hex 80 1C BC 20 55 0 1A 116 4A 2A
Octal 200 34 274 40 125 0 32 426 112 52
Binary 10000000 11100 10111100 100000 1010101 0 11010 100010110 1001010 101010

Color Harmonies of #801CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801CBC

Black with #801CBC

Text Example


Text Example

White with #801CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,28,188); }

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

background-color css

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

 a { background-color: rgb(128,28,188); }

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

border-color css

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

 span { border-color: rgb(128,28,188); }

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