Html Css Color HEX #802CBF Dark Orchid

📋 copy color: '#802CBF'

red 128 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #802CBF

Tints of Dark Orchid #802CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 35.26%
G = 12.12%
B = 52.62%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#802CBF (or 0x802CBF) is known color: Dark Orchid. HEX triplet: 80, 2C and BF. RGB value is (128,44,191). Sum of RGB (Red+Green+Blue) = 128+44+191=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #802CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CBF is #7FD340. Grayscale: #555555. Windows color (decimal): -8377153 or 12528768. OLE color: 12528768.

HSL color Cylindrical-coordinate representation of color #802CBF: hue angle of 274.29º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802CBF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 44 191 -
CMYK 0.33 0.77 0 0.25
HSL 274.29º 0.63% 0.46% -
HSV(B) 274.29º 0.77% 0.75% -
XYZ 19.21 10.15 50.24 -
YUV 85.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 128 44 191 0.33 0.77 0 0.25 274.29 0.63 0.46
Hex 80 2C BF 21 4D 0 19 112 3F 2E
Octal 200 54 277 41 115 0 31 422 77 56
Binary 10000000 101100 10111111 100001 1001101 0 11001 100010010 111111 101110

Color Harmonies of #802CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CBF

Black with #802CBF

Text Example


Text Example

White with #802CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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