Html Css Color HEX #802CBA Dark Orchid

📋 copy color: '#802CBA'

red 128 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #802CBA

Tints of Dark Orchid #802CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.29%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 35.75%
G = 12.29%
B = 51.96%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#802CBA (or 0x802CBA) is known color: Dark Orchid. HEX triplet: 80, 2C and BA. RGB value is (128,44,186). Sum of RGB (Red+Green+Blue) = 128+44+186=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #802CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CBA is #7FD345. Grayscale: #545454. Windows color (decimal): -8377158 or 12201088. OLE color: 12201088.

HSL color Cylindrical-coordinate representation of color #802CBA: hue angle of 275.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802CBA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 44 186 -
CMYK 0.31 0.76 0 0.27
HSL 275.49º 0.62% 0.45% -
HSV(B) 275.49º 0.76% 0.73% -
XYZ 18.67 9.94 47.39 -
YUV 85.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 128 44 186 0.31 0.76 0 0.27 275.49 0.62 0.45
Hex 80 2C BA 1F 4C 0 1B 113 3E 2D
Octal 200 54 272 37 114 0 33 423 76 55
Binary 10000000 101100 10111010 11111 1001100 0 11011 100010011 111110 101101

Color Harmonies of #802CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CBA

Black with #802CBA

Text Example


Text Example

White with #802CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802CBA; }

 p { color: rgb(128,44,186); }

 H1.HeaderClassName
 {
   color: #802CBA;
 }
 .AnyTagClassName
 {
   color: #802CBA;
 }
</style>

background-color css

<style>
 a { background-color: #802CBA; }

 a { background-color: rgb(128,44,186); }

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

border-color css

<style>
 span { border-color: #802CBA; }

 span { border-color: rgb(128,44,186); }

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