Html Css Color HEX #802CBE Dark Orchid

📋 copy color: '#802CBE'

red 128 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #802CBE

Tints of Dark Orchid #802CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 35.36%
G = 12.15%
B = 52.49%

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

#802CBE (or 0x802CBE) is known color: Dark Orchid. HEX triplet: 80, 2C and BE. RGB value is (128,44,190). Sum of RGB (Red+Green+Blue) = 128+44+190=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #802CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CBE is #7FD341. Grayscale: #555555. Windows color (decimal): -8377154 or 12463232. OLE color: 12463232.

HSL color Cylindrical-coordinate representation of color #802CBE: hue angle of 274.52º degrees, saturation: 0.62, 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 #802CBE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 44 190 -
CMYK 0.33 0.77 0 0.25
HSL 274.52º 0.62% 0.46% -
HSV(B) 274.52º 0.77% 0.75% -
XYZ 19.1 10.11 49.66 -
YUV 85.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 128 44 190 0.33 0.77 0 0.25 274.52 0.62 0.46
Hex 80 2C BE 21 4D 0 19 113 3E 2E
Octal 200 54 276 41 115 0 31 423 76 56
Binary 10000000 101100 10111110 100001 1001101 0 11001 100010011 111110 101110

Color Harmonies of #802CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802CBE

Black with #802CBE

Text Example


Text Example

White with #802CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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